[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 5 / d / Primus / 0.0.2 / Primus.podspec.json
blobb81833a8d4bc736f539fc3ab34fda48be11d65c7
2   "name": "Primus",
3   "version": "0.0.2",
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": "Seegno",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/seegno/primus-objc.git",
13     "tag": "0.0.2"
14   },
15   "source_files": [
16     "Primus/*.{h,m}",
17     "Primus/**/*.{h,m}"
18   ],
19   "requires_arc": true,
20   "platforms": {
21     "ios": "6.0",
22     "osx": "10.7"
23   },
24   "dependencies": {
25     "libextobjc/EXTScope": [
27     ],
28     "NSTimer-Blocks": [
30     ],
31     "Reachability": [
33     ],
34     "Emitter": [
36     ]
37   }