[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 2.0.1 / AFNetworking.podspec.json
blob22761187e2385fc5509c1544f4f71fac86a5a6b0
2   "name": "AFNetworking",
3   "version": "2.0.1",
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.1",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.9"
19   },
20   "public_header_files": "AFNetworking/*.h",
21   "source_files": "AFNetworking/AFNetworking.h",
22   "deprecated_in_favor_of": "Alamofire",
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/NSURLConnection": [
71         ]
72       },
73       "platforms": {
74         "ios": "7.0"
75       },
76       "source_files": [
77         "AFNetworking/AFURLSessionManager.{h,m}",
78         "AFNetworking/AFHTTPSessionManager.{h,m}"
79       ]
80     },
81     {
82       "name": "UIKit",
83       "platforms": {
84         "ios": "6.0"
85       },
86       "dependencies": {
87         "AFNetworking/NSURLConnection": [
89         ]
90       },
91       "ios": {
92         "public_header_files": "UIKit+AFNetworking/*.h",
93         "source_files": "UIKit+AFNetworking"
94       },
95       "osx": {
96         "source_files": ""
97       }
98     }
99   ]