[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 6 / 3 / SignalR-ObjC / 0.5.3.1 / SignalR-ObjC.podspec.json
blob73ffc8f2885d0a18ad7d9770e807475f1136eab1
2   "name": "SignalR-ObjC",
3   "version": "0.5.3.1",
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": "0.5.3.1"
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.0RC1"
23     ]
24   }