[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 2.7.0 / AFNetworking.podspec.json
blob467b2664d7402f9d12923f25351d727567d9a9b2
2   "name": "AFNetworking",
3   "version": "2.7.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.7.0",
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   "deprecated_in_favor_of": "Alamofire",
26   "subspecs": [
27     {
28       "name": "Serialization",
29       "source_files": "AFNetworking/AFURL{Request,Response}Serialization.{h,m}",
30       "public_header_files": "AFNetworking/AFURL{Request,Response}Serialization.h",
31       "watchos": {
32         "frameworks": [
33           "MobileCoreServices",
34           "CoreGraphics"
35         ]
36       },
37       "ios": {
38         "frameworks": [
39           "MobileCoreServices",
40           "CoreGraphics"
41         ]
42       },
43       "osx": {
44         "frameworks": "CoreServices"
45       }
46     },
47     {
48       "name": "Security",
49       "source_files": "AFNetworking/AFSecurityPolicy.{h,m}",
50       "public_header_files": "AFNetworking/AFSecurityPolicy.h",
51       "frameworks": "Security"
52     },
53     {
54       "name": "Reachability",
55       "platforms": {
56         "ios": "7.0",
57         "osx": "10.9"
58       },
59       "source_files": "AFNetworking/AFNetworkReachabilityManager.{h,m}",
60       "public_header_files": "AFNetworking/AFNetworkReachabilityManager.h",
61       "frameworks": "SystemConfiguration"
62     },
63     {
64       "name": "NSURLConnection",
65       "platforms": {
66         "ios": "7.0",
67         "osx": "10.9"
68       },
69       "dependencies": {
70         "AFNetworking/Serialization": [
72         ],
73         "AFNetworking/Reachability": [
75         ],
76         "AFNetworking/Security": [
78         ]
79       },
80       "source_files": [
81         "AFNetworking/AFURLConnectionOperation.{h,m}",
82         "AFNetworking/AFHTTPRequestOperation.{h,m}",
83         "AFNetworking/AFHTTPRequestOperationManager.{h,m}"
84       ],
85       "public_header_files": [
86         "AFNetworking/AFURLConnectionOperation.h",
87         "AFNetworking/AFHTTPRequestOperation.h",
88         "AFNetworking/AFHTTPRequestOperationManager.h"
89       ]
90     },
91     {
92       "name": "NSURLSession",
93       "platforms": {
94         "ios": "7.0",
95         "osx": "10.9",
96         "watchos": "2.0"
97       },
98       "dependencies": {
99         "AFNetworking/Serialization": [
101         ],
102         "AFNetworking/Security": [
104         ]
105       },
106       "ios": {
107         "dependencies": {
108           "AFNetworking/Reachability": [
110           ]
111         }
112       },
113       "osx": {
114         "dependencies": {
115           "AFNetworking/Reachability": [
117           ]
118         }
119       },
120       "source_files": "AFNetworking/AF{URL,HTTP}SessionManager.{h,m}",
121       "public_header_files": "AFNetworking/AF{URL,HTTP}SessionManager.h"
122     },
123     {
124       "name": "UIKit",
125       "platforms": {
126         "ios": "7.0"
127       },
128       "dependencies": {
129         "AFNetworking/NSURLConnection": [
131         ],
132         "AFNetworking/NSURLSession": [
134         ]
135       },
136       "public_header_files": "UIKit+AFNetworking/*.h",
137       "source_files": "UIKit+AFNetworking"
138     }
139   ]