[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 2.6.2 / AFNetworking.podspec.json
blobc8ca5a86e3f675c46fce764e0a61268a17713ccb
2   "name": "AFNetworking",
3   "version": "2.6.2",
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.6.2",
14     "submodules": true
15   },
16   "requires_arc": true,
17   "public_header_files": "AFNetworking/AFNetworking.h",
18   "source_files": "AFNetworking/AFNetworking.h",
19   "prefix_header_contents": "#ifndef TARGET_OS_IOS\n  #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n\n#ifndef TARGET_OS_WATCH\n  #define TARGET_OS_WATCH 0\n#endif",
20   "platforms": {
21     "ios": "7.0",
22     "osx": "10.9",
23     "watchos": "2.0"
24   },
25   "subspecs": [
26     {
27       "name": "Serialization",
28       "source_files": "AFNetworking/AFURL{Request,Response}Serialization.{h,m}",
29       "public_header_files": "AFNetworking/AFURL{Request,Response}Serialization.h",
30       "watchos": {
31         "frameworks": [
32           "MobileCoreServices",
33           "CoreGraphics"
34         ]
35       },
36       "ios": {
37         "frameworks": [
38           "MobileCoreServices",
39           "CoreGraphics"
40         ]
41       },
42       "osx": {
43         "frameworks": "CoreServices"
44       }
45     },
46     {
47       "name": "Security",
48       "source_files": "AFNetworking/AFSecurityPolicy.{h,m}",
49       "public_header_files": "AFNetworking/AFSecurityPolicy.h",
50       "frameworks": "Security"
51     },
52     {
53       "name": "Reachability",
54       "platforms": {
55         "ios": "7.0",
56         "osx": "10.9"
57       },
58       "source_files": "AFNetworking/AFNetworkReachabilityManager.{h,m}",
59       "public_header_files": "AFNetworking/AFNetworkReachabilityManager.h",
60       "frameworks": "SystemConfiguration"
61     },
62     {
63       "name": "NSURLConnection",
64       "platforms": {
65         "ios": "7.0",
66         "osx": "10.9"
67       },
68       "dependencies": {
69         "AFNetworking/Serialization": [
71         ],
72         "AFNetworking/Reachability": [
74         ],
75         "AFNetworking/Security": [
77         ]
78       },
79       "source_files": [
80         "AFNetworking/AFURLConnectionOperation.{h,m}",
81         "AFNetworking/AFHTTPRequestOperation.{h,m}",
82         "AFNetworking/AFHTTPRequestOperationManager.{h,m}"
83       ],
84       "public_header_files": [
85         "AFNetworking/AFURLConnectionOperation.h",
86         "AFNetworking/AFHTTPRequestOperation.h",
87         "AFNetworking/AFHTTPRequestOperationManager.h"
88       ]
89     },
90     {
91       "name": "NSURLSession",
92       "platforms": {
93         "ios": "7.0",
94         "osx": "10.9",
95         "watchos": "2.0"
96       },
97       "dependencies": {
98         "AFNetworking/Serialization": [
100         ],
101         "AFNetworking/Security": [
103         ]
104       },
105       "ios": {
106         "dependencies": {
107           "AFNetworking/Reachability": [
109           ]
110         }
111       },
112       "osx": {
113         "dependencies": {
114           "AFNetworking/Reachability": [
116           ]
117         }
118       },
119       "source_files": "AFNetworking/AF{URL,HTTP}SessionManager.{h,m}",
120       "public_header_files": "AFNetworking/AF{URL,HTTP}SessionManager.h"
121     },
122     {
123       "name": "UIKit",
124       "platforms": {
125         "ios": null
126       },
127       "dependencies": {
128         "AFNetworking/NSURLConnection": [
130         ],
131         "AFNetworking/NSURLSession": [
133         ]
134       },
135       "public_header_files": "UIKit+AFNetworking/*.h",
136       "source_files": "UIKit+AFNetworking"
137     }
138   ]