[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 6 / 3 / SignalR-ObjC / 2.0.2 / SignalR-ObjC.podspec.json
blob2e0911668e58033d29a6f32925aceee4b2b26f2f
2   "name": "SignalR-ObjC",
3   "default_subspecs": "Core",
4   "version": "2.0.2",
5   "summary": "Objective-C Client for the SignalR Project works with iOS and Mac.",
6   "homepage": "https://github.com/DyKnow/SignalR-ObjC",
7   "license": "MIT",
8   "authors": {
9     "Alex Billingsley": "abillingsley@dyknow.com"
10   },
11   "source": {
12     "git": "https://github.com/DyKnow/SignalR-ObjC.git",
13     "tag": "2.0.2"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": [
24         "Framework/*.{h}",
25         "SignalR.Client/**/*.{h,m}"
26       ],
27       "dependencies": {
28         "AFNetworking": [
29           "~>2.0"
30         ],
31         "SocketRocket": [
32           "~>0.4"
33         ]
34       }
35     },
36     {
37       "name": "CocoaLumberjack",
38       "dependencies": {
39         "CocoaLumberjack": [
40           "~>1.0"
41         ],
42         "SignalR-ObjC/Core": [
44         ]
45       }
46     }
47   ]