[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 7 / e / f / Emitter / 0.0.7 / Emitter.podspec.json
bloba7b78dfba8d3bce148cac638f0c4886469c06788
2   "name": "Emitter",
3   "version": "0.0.7",
4   "summary": "An event emitter implementation for Objective-C with dynamic block invocation based on the node.js EventEmitter API.",
5   "homepage": "https://github.com/seegno/emitter-objc",
6   "authors": "Seegno",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/seegno/emitter-objc.git",
13     "tag": "0.0.7"
14   },
15   "source_files": "Emitter/*.{h,m}",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8"
20   },
21   "dependencies": {
22     "BlocksKit/DynamicDelegate": [
24     ]
25   }