[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / d / 6 / 3 / SignalR-ObjC / 2.0.0.beta1 / SignalR-ObjC.podspec.json
blobec02dab4b8bfb49915004cf96ee2cbcaa2fc3067
2   "name": "SignalR-ObjC",
3   "version": "2.0.0.beta1",
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.beta1"
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.3.1-beta2"
26     ]
27   }