[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / d / 6 / 3 / SignalR-ObjC / 2.0.1 / SignalR-ObjC.podspec.json
blob5eb504de1ee86af0dfd01ef4441cb5f8b4c1adcd
2   "name": "SignalR-ObjC",
3   "default_subspecs": "Core",
4   "version": "2.0.1",
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.1"
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": "SignalR.Client/**/*.{h,m}",
24       "dependencies": {
25         "AFNetworking": [
26           "~>2.0"
27         ],
28         "SocketRocket": [
29           "~>0.4"
30         ]
31       }
32     },
33     {
34       "name": "CocoaLumberjack",
35       "dependencies": {
36         "CocoaLumberjack": [
37           "~>1.0"
38         ],
39         "SignalR-ObjC/Core": [
41         ]
42       }
43     }
44   ]