[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / d / 6 / 3 / SignalR-ObjC / 2.0.0.beta2 / SignalR-ObjC.podspec.json
blob90742b5d1f165b343f732e772abc37e4e7247099
2   "name": "SignalR-ObjC",
3   "version": "2.0.0.beta2",
4   "summary": "Objective-C Client for the SignalR Project works with iOS and Mac.",
5   "homepage": "https://github.com/DyKnow/SignalR-ObjC",
6   "license": "MIT",
7   "authors": {
8     "Alex Billingsley": "abillingsley@dyknow.com"
9   },
10   "source": {
11     "git": "https://github.com/DyKnow/SignalR-ObjC.git",
12     "tag": "2.0.0.beta2"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8"
17   },
18   "source_files": "SignalR.Client/**/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~>2.0"
23     ],
24     "SocketRocket": [
25       "0.4"
26     ]
27   }