[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 2.0.0 / AFNetworking.podspec.json
blobd57df846b70ae26a50c979c433c28113e1e88479
2   "name": "AFNetworking",
3   "version": "2.0.0",
4   "license": "MIT",
5   "summary": "A delightful iOS and OS X networking framework.",
6   "homepage": "https://github.com/AFNetworking/AFNetworking",
7   "authors": {
8     "Mattt Thompson": "m@mattt.me"
9   },
10   "source": {
11     "git": "https://github.com/AFNetworking/AFNetworking.git",
12     "tag": "2.0.0",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "public_header_files": "AFNetworking/*.h",
21   "subspecs": [
22     {
23       "name": "Serialization",
24       "source_files": "AFNetworking/AFURL{Request,Response}Serialization.{h,m}",
25       "ios": {
26         "frameworks": [
27           "MobileCoreServices",
28           "CoreGraphics"
29         ]
30       },
31       "osx": {
32         "frameworks": "CoreServices"
33       }
34     },
35     {
36       "name": "Security",
37       "source_files": "AFNetworking/AFSecurityPolicy.{h,m}",
38       "frameworks": "Security"
39     },
40     {
41       "name": "Reachability",
42       "source_files": "AFNetworking/AFNetworkReachabilityManager.{h,m}",
43       "frameworks": "SystemConfiguration"
44     },
45     {
46       "name": "NSURLConnection",
47       "dependencies": {
48         "AFNetworking/Serialization": [
50         ],
51         "AFNetworking/Reachability": [
53         ],
54         "AFNetworking/Security": [
56         ]
57       },
58       "source_files": [
59         "AFNetworking/AFURLConnectionOperation.{h,m}",
60         "AFNetworking/AFHTTPRequestOperation.{h,m}",
61         "AFNetworking/AFHTTPRequestOperationManager.{h,m}"
62       ]
63     },
64     {
65       "name": "NSURLSession",
66       "platforms": {
67         "ios": "7.0",
68         "osx": "10.9"
69       },
70       "dependencies": {
71         "AFNetworking/Serialization": [
73         ],
74         "AFNetworking/Reachability": [
76         ],
77         "AFNetworking/Security": [
79         ]
80       },
81       "source_files": [
82         "AFNetworking/AFURLSessionManager.{h,m}",
83         "AFNetworking/AFHTTPSessionManager.{h,m}"
84       ]
85     },
86     {
87       "name": "UIKit",
88       "platforms": {
89         "ios": "6.0"
90       },
91       "dependencies": {
92         "AFNetworking/NSURLConnection": [
94         ]
95       },
96       "ios": {
97         "public_header_files": "UIKit+AFNetworking/*.h",
98         "source_files": "UIKit+AFNetworking"
99       },
100       "osx": {
101         "source_files": ""
102       }
103     }
104   ]