[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / e / f / Emitter / 0.0.5 / Emitter.podspec.json
blobbc9e80a9e64419e6ac21d63059336a2e21b4842f
2   "name": "Emitter",
3   "version": "0.0.5",
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",
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.5"
14   },
15   "source_files": "Emitter/*.{h,m}",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.7"
20   },
21   "dependencies": {
22     "BlocksKit/DynamicDelegate": [
23       "~> 2.0.0"
24     ],
25     "SLObjectiveCRuntimeAdditions": [
26       "~> 1.1.2"
27     ]
28   }