blob: 06ffd45b3325fb949144e60a32344ebe9a9739ee [file] [log] [blame]
{
"name": "CoreEvents",
"version": "1.1.2",
"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.2"
},
"source_files": "CoreEvents/CoreEvents/Sources/**/*.swift",
"pushed_with_swift_version": "4.1"
}