blob: 411f25547913e105dcf9e7265db03145be7dc77a [file] [log] [blame]
{
"name": "CoreEvents",
"version": "1.1.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/CoreEvents",
"license": {
"type": "MIT"
},
"authors": {
"Alexander Kravchenkov": "sprintend@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/LastSprint/CoreEvents.git",
"tag": "1.1.0"
},
"source_files": "CoreEvents/CoreEvents/Sources/**/*.swift"
}