blob: 8f1d00a4c1504da922b9f63597657516d4581d44 [file] [log] [blame]
{
"name": "Emitter",
"version": "0.0.9",
"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-objc",
"authors": "Seegno",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/seegno/emitter-objc.git",
"tag": "0.0.9"
},
"source_files": "Emitter/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"dependencies": {
"BlocksKit/DynamicDelegate": [
]
}
}