[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 4.0.0 / AFNetworking.podspec.json
blob4dc8f9af75f63f9ae5ae436012c5359ac28fda07
2   "name": "AFNetworking",
3   "version": "4.0.0",
4   "license": "MIT",
5   "summary": "A delightful networking framework for Apple platforms.",
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": "4.0.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\n\n#ifndef TARGET_OS_TV\n  #define TARGET_OS_TV 0\n#endif",
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.10",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "deprecated_in_favor_of": "Alamofire",
27   "subspecs": [
28     {
29       "name": "Serialization",
30       "source_files": "AFNetworking/AFURL{Request,Response}Serialization.{h,m}",
31       "public_header_files": "AFNetworking/AFURL{Request,Response}Serialization.h",
32       "watchos": {
33         "frameworks": [
34           "MobileCoreServices",
35           "CoreGraphics"
36         ]
37       },
38       "ios": {
39         "frameworks": [
40           "MobileCoreServices",
41           "CoreGraphics"
42         ]
43       },
44       "osx": {
45         "frameworks": "CoreServices"
46       }
47     },
48     {
49       "name": "Security",
50       "source_files": "AFNetworking/AFSecurityPolicy.{h,m}",
51       "public_header_files": "AFNetworking/AFSecurityPolicy.h",
52       "frameworks": "Security"
53     },
54     {
55       "name": "Reachability",
56       "platforms": {
57         "ios": "9.0",
58         "osx": "10.10",
59         "tvos": "9.0"
60       },
61       "source_files": "AFNetworking/AFNetworkReachabilityManager.{h,m}",
62       "public_header_files": "AFNetworking/AFNetworkReachabilityManager.h",
63       "frameworks": "SystemConfiguration"
64     },
65     {
66       "name": "NSURLSession",
67       "dependencies": {
68         "AFNetworking/Serialization": [
70         ],
71         "AFNetworking/Security": [
73         ]
74       },
75       "ios": {
76         "dependencies": {
77           "AFNetworking/Reachability": [
79           ]
80         }
81       },
82       "osx": {
83         "dependencies": {
84           "AFNetworking/Reachability": [
86           ]
87         }
88       },
89       "tvos": {
90         "dependencies": {
91           "AFNetworking/Reachability": [
93           ]
94         }
95       },
96       "source_files": [
97         "AFNetworking/AF{URL,HTTP}SessionManager.{h,m}",
98         "AFNetworking/AFCompatibilityMacros.h"
99       ],
100       "public_header_files": [
101         "AFNetworking/AF{URL,HTTP}SessionManager.h",
102         "AFNetworking/AFCompatibilityMacros.h"
103       ]
104     },
105     {
106       "name": "UIKit",
107       "platforms": {
108         "ios": "9.0",
109         "tvos": "9.0"
110       },
111       "dependencies": {
112         "AFNetworking/NSURLSession": [
114         ]
115       },
116       "public_header_files": "UIKit+AFNetworking/*.h",
117       "source_files": "UIKit+AFNetworking"
118     }
119   ]