[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 8 / 7 / PrimusEmitter / 0.0.1 / PrimusEmitter.podspec.json
blobe92fc2571d9f67a1fe15ba44c13f0c9f062de516
2   "name": "PrimusEmitter",
3   "version": "0.0.1",
4   "summary": "Simple emitter wrapper for primus-objc",
5   "homepage": "https://github.com/seegno/primus-emitter-objc",
6   "authors": "Seegno",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/seegno/primus-emitter-objc.git",
13     "tag": "0.0.1"
14   },
15   "source_files": [
16     "PrimusEmitter/*.{h,m}",
17     "PrimusEmitter/**/*.{h,m}"
18   ],
19   "requires_arc": true,
20   "platforms": {
21     "ios": "6.0",
22     "osx": "10.7"
23   },
24   "dependencies": {
25     "Primus": [
27     ]
28   }