[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 7 / e / f / Emitter / 0.0.9 / Emitter.podspec.json
blob8f1d00a4c1504da922b9f63597657516d4581d44
2   "name": "Emitter",
3   "version": "0.0.9",
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.9"
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   }