[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / c / 5 / d / Primus / 0.0.5 / Primus.podspec.json
blobf80aab3aacc0316a0df870b6ba5f3d31128c355f
2   "name": "Primus",
3   "version": "0.0.5",
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.5"
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   }