blob: bc9e80a9e64419e6ac21d63059336a2e21b4842f [file] [log] [blame]
{
"name": "Emitter",
"version": "0.0.5",
"summary": "An event emitter implementation for Objective-C with dynamic block invocation based on the node.js EventEmitter API.",
"homepage": "https://github.com/seegno/emitter",
"authors": "Seegno",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/seegno/emitter-objc.git",
"tag": "0.0.5"
},
"source_files": "Emitter/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"dependencies": {
"BlocksKit/DynamicDelegate": [
"~> 2.0.0"
],
"SLObjectiveCRuntimeAdditions": [
"~> 1.1.2"
]
}
}