blob: 3c184018b2b10b6f2dbc8a9d2492eb9a0bd23561 [file] [log] [blame]
{
"name": "EmitterKit",
"version": "3.1.0",
"license": "MIT",
"summary": "Type-safe event handling for Swift",
"homepage": "https://github.com/aleclarson/emitter-kit",
"authors": {
"Alec Larson": ""
},
"source": {
"git": "https://github.com/aleclarson/emitter-kit.git",
"tag": "3.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "src/*.swift",
"requires_arc": true
}