[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 1 / f / AFNetworking-Synchronous / 1.0.0 / AFNetworking-Synchronous.podspec.json
bloba1c0be134e44a3f3e85945df64d4b8532df15a29
2   "name": "AFNetworking-Synchronous",
3   "version": "1.0.0",
4   "summary": "Synchronous requests for AFNetworking",
5   "description": "A minimal category which extends AFNetworking to support synchronous\nrequests. Supports AFNetworking 1.x or 2.x.",
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": "1.0.0"
14   },
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "requires_arc": true,
20   "default_subspecs": "2.x",
21   "subspecs": [
22     {
23       "name": "1.x",
24       "source_files": "1.x",
25       "dependencies": {
26         "AFNetworking": [
27           "~> 1.0"
28         ]
29       }
30     },
31     {
32       "name": "2.x",
33       "source_files": "2.x",
34       "dependencies": {
35         "AFNetworking": [
36           "~> 2.0"
37         ]
38       }
39     }
40   ]