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