[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / 3 / SignalR-ObjC / 1.0.RC1 / SignalR-ObjC.podspec.json
blobfad5c767698539fd2cb7e31f54f20ba7e67eb7af
2   "name": "SignalR-ObjC",
3   "version": "1.0.RC1",
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": "1.0.RC1"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "source_files": "SignalR.Client/**/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       ">=1.0.0"
23     ]
24   }