[Add] NeuroID 3.4.1
[CocoaPods.git] / Specs / b / 1 / f / AFNetworking-Synchronous / 0.1.0 / AFNetworking-Synchronous.podspec.json
blob59b306acfea7901420d47714a67bac661c88a3a4
2   "name": "AFNetworking-Synchronous",
3   "version": "0.1.0",
4   "summary": "Synchronous requests for AFNetworking",
5   "description": "                   A minimal category which extends AFNetworking, specifically\n                   AFHTTPClient, to support synchronous requests.\n",
6   "homepage": "https://github.com/paulmelnikow/AFNetworking-Synchronous",
7   "license": "MIT",
8   "authors": {
9     "Paul Melnikow": "github@paulmelnikow.com"
10   },
11   "source": {
12     "git": "https://github.com/paulmelnikow/AFNetworking-Synchronous.git",
13     "tag": "v0.1.0"
14   },
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.7"
18   },
19   "requires_arc": true,
20   "source_files": "*.{h,m}",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 1.3.1"
24     ]
25   }