[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 2.0.3 / AFNetworking.podspec.json
blob9adf2c621ada2cef6d6fdbbc3b47ddba12e03a8c
2   "name": "AFNetworking",
3   "version": "2.0.3",
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.3",
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   "source_files": "AFNetworking/AFNetworking.h",
22   "subspecs": [
23     {
24       "name": "Serialization",
25       "source_files": "AFNetworking/AFURL{Request,Response}Serialization.{h,m}",
26       "ios": {
27         "frameworks": [
28           "MobileCoreServices",
29           "CoreGraphics"
30         ]
31       },
32       "osx": {
33         "frameworks": "CoreServices"
34       }
35     },
36     {
37       "name": "Security",
38       "source_files": "AFNetworking/AFSecurityPolicy.{h,m}",
39       "frameworks": "Security"
40     },
41     {
42       "name": "Reachability",
43       "source_files": "AFNetworking/AFNetworkReachabilityManager.{h,m}",
44       "frameworks": "SystemConfiguration"
45     },
46     {
47       "name": "NSURLConnection",
48       "dependencies": {
49         "AFNetworking/Serialization": [
51         ],
52         "AFNetworking/Reachability": [
54         ],
55         "AFNetworking/Security": [
57         ]
58       },
59       "source_files": [
60         "AFNetworking/AFURLConnectionOperation.{h,m}",
61         "AFNetworking/AFHTTPRequestOperation.{h,m}",
62         "AFNetworking/AFHTTPRequestOperationManager.{h,m}"
63       ]
64     },
65     {
66       "name": "NSURLSession",
67       "dependencies": {
68         "AFNetworking/NSURLConnection": [
70         ]
71       },
72       "source_files": [
73         "AFNetworking/AFURLSessionManager.{h,m}",
74         "AFNetworking/AFHTTPSessionManager.{h,m}"
75       ]
76     },
77     {
78       "name": "UIKit",
79       "platforms": {
80         "ios": "6.0"
81       },
82       "dependencies": {
83         "AFNetworking/NSURLConnection": [
85         ]
86       },
87       "ios": {
88         "public_header_files": "UIKit+AFNetworking/*.h",
89         "source_files": "UIKit+AFNetworking"
90       },
91       "osx": {
92         "source_files": ""
93       }
94     }
95   ]