[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / c / 5 / d / Primus / 0.0.7 / Primus.podspec.json
blob2ca8f6ff5527656567b293c16fbfe43eae8ea8fa
2   "name": "Primus",
3   "version": "0.0.7",
4   "summary": "Easily switch between different real-time Objective-C frameworks without any code changes.",
5   "homepage": "https://github.com/seegno/primus-objc",
6   "authors": {
7     "Nuno Sousa": "nfs@seegno.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "source": {
14     "git": "https://github.com/seegno/primus-objc.git",
15     "tag": "0.0.7"
16   },
17   "source_files": [
18     "Primus/*.{h,m}",
19     "Primus/**/*.{h,m}"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "ios": "6.0",
24     "osx": "10.8"
25   },
26   "dependencies": {
27     "libextobjc/EXTScope": [
29     ],
30     "GCDTimer": [
32     ],
33     "Reachability": [
35     ],
36     "Emitter": [
38     ]
39   }