[Add] TealeafReactNativeDebug 10.6.312
[CocoaPods.git] / Specs / d / 6 / 3 / SignalR-ObjC / 2.0.0.beta3 / SignalR-ObjC.podspec.json
blob9fa2d75ac8a9602ff33a377552e1ba12f1c94dbf
2   "name": "SignalR-ObjC",
3   "version": "2.0.0.beta3",
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.beta3"
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   }