[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / 5 / d / Primus / 0.0.1 / Primus.podspec.json
blobcda3dff3c8fc3d342ad13308a5caf531140c5a11
2   "name": "Primus",
3   "version": "0.0.1",
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": "Nuno Sousa",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/seegno/primus-objc.git",
13     "tag": "0.0.1"
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     "BlocksKit/DynamicDelegate": [
27     ],
28     "NSTimer-Blocks": [
30     ],
31     "Emitter": [
33     ]
34   }