[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 1 / f / AFNetworking-Synchronous / 1.1.0 / AFNetworking-Synchronous.podspec.json
blob383dc61ef8c819e44357ea347e2cb72a34d3d4a8
2   "name": "AFNetworking-Synchronous",
3   "version": "1.1.0",
4   "summary": "Synchronous requests for AFNetworking",
5   "description": "A minimal category which extends AFNetworking to support synchronous\nrequests. Supports AFNetworking 1.x, 2.x, and 3.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.1.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "default_subspecs": "3.x",
23   "subspecs": [
24     {
25       "name": "3.x",
26       "source_files": "3.x/*.{h,m}",
27       "dependencies": {
28         "AFNetworking": [
29           "~> 3.0"
30         ]
31       }
32     },
33     {
34       "name": "2.x",
35       "platforms": {
36         "ios": "6.0",
37         "osx": "10.8"
38       },
39       "source_files": "2.x/*.{h,m}",
40       "dependencies": {
41         "AFNetworking": [
42           "~> 2.0"
43         ]
44       }
45     },
46     {
47       "name": "1.x",
48       "platforms": {
49         "ios": "6.0",
50         "osx": "10.7"
51       },
52       "source_files": "1.x/*.{h,m}",
53       "dependencies": {
54         "AFNetworking": [
55           "~> 1.0"
56         ]
57       }
58     }
59   ]