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