blob: 9caf8c88ac57814969e639636f01b0c0283d3b2d [file] [log] [blame]
{
"name": "CoreEvents",
"version": "1.2.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/surfstudio/CoreEvents",
"license": {
"type": "MIT"
},
"authors": {
"Alexander Kravchenkov": "a.a.kravchenkov@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/surfstudio/CoreEvents.git",
"tag": "1.2.0"
},
"source_files": "CoreEvents/CoreEvents/Sources/**/*.swift"
}