blob: c08e2105bbf82bf3a9fa4560e0a210672efece9f [file] [log] [blame]
{
"name": "EventsKit",
"version": "1.0.0",
"summary": "Small library contains rx-like events.",
"description": "This library contains object represents Events (like C# event). \nThis may simplify things like: pub/sub, delegation, notification and other.",
"homepage": "https://github.com/LastSprint/EventsKit",
"license": {
"type": "MIT"
},
"authors": {
"Alexander Kravchenkov": "sprintend@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/LastSprint/EventsKit.git",
"tag": "1.0.0"
},
"source_files": "EventsKit/EventsKit/Sources/**/*.swift",
"pushed_with_swift_version": "4.1",
"deprecated": true
}