[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 2.1.0 / AFNetworking.podspec.json
blobb9cc5d64cf53c40b164ebc6f69a64fb1a13e403b
2   "name": "AFNetworking",
3   "version": "2.1.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.1.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   "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       "source_files": [
74         "AFNetworking/AFURLSessionManager.{h,m}",
75         "AFNetworking/AFHTTPSessionManager.{h,m}"
76       ]
77     },
78     {
79       "name": "UIKit",
80       "platforms": {
81         "ios": "6.0"
82       },
83       "dependencies": {
84         "AFNetworking/NSURLConnection": [
86         ]
87       },
88       "ios": {
89         "public_header_files": "UIKit+AFNetworking/*.h",
90         "source_files": "UIKit+AFNetworking"
91       },
92       "osx": {
93         "source_files": ""
94       }
95     }
96   ]