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