blob: 609220bedacea31af2ce4c403e0b4494fb348c3f [file] [log] [blame]
{
"name": "EmitterKit",
"version": "4.0.2",
"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": "4.0.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "src/*.{h,swift}",
"requires_arc": true
}