[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 4.0.1 / AFNetworking.podspec.json
blob950cfc58b4f4785586a219760e7b2908da301a90
2   "name": "AFNetworking",
3   "version": "4.0.1",
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.1"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "ios": {
22     "pod_target_xcconfig": {
23       "PRODUCT_BUNDLE_IDENTIFIER": "com.alamofire.AFNetworking"
24     }
25   },
26   "osx": {
27     "pod_target_xcconfig": {
28       "PRODUCT_BUNDLE_IDENTIFIER": "com.alamofire.AFNetworking"
29     }
30   },
31   "watchos": {
32     "pod_target_xcconfig": {
33       "PRODUCT_BUNDLE_IDENTIFIER": "com.alamofire.AFNetworking-watchOS"
34     }
35   },
36   "tvos": {
37     "pod_target_xcconfig": {
38       "PRODUCT_BUNDLE_IDENTIFIER": "com.alamofire.AFNetworking"
39     }
40   },
41   "source_files": "AFNetworking/AFNetworking.h",
42   "deprecated_in_favor_of": "Alamofire",
43   "subspecs": [
44     {
45       "name": "Serialization",
46       "source_files": "AFNetworking/AFURL{Request,Response}Serialization.{h,m}"
47     },
48     {
49       "name": "Security",
50       "source_files": "AFNetworking/AFSecurityPolicy.{h,m}"
51     },
52     {
53       "name": "Reachability",
54       "platforms": {
55         "ios": "9.0",
56         "osx": "10.10",
57         "tvos": "9.0"
58       },
59       "source_files": "AFNetworking/AFNetworkReachabilityManager.{h,m}"
60     },
61     {
62       "name": "NSURLSession",
63       "dependencies": {
64         "AFNetworking/Serialization": [
66         ],
67         "AFNetworking/Security": [
69         ]
70       },
71       "ios": {
72         "dependencies": {
73           "AFNetworking/Reachability": [
75           ]
76         }
77       },
78       "osx": {
79         "dependencies": {
80           "AFNetworking/Reachability": [
82           ]
83         }
84       },
85       "tvos": {
86         "dependencies": {
87           "AFNetworking/Reachability": [
89           ]
90         }
91       },
92       "source_files": [
93         "AFNetworking/AF{URL,HTTP}SessionManager.{h,m}",
94         "AFNetworking/AFCompatibilityMacros.h"
95       ]
96     },
97     {
98       "name": "UIKit",
99       "platforms": {
100         "ios": "9.0",
101         "tvos": "9.0"
102       },
103       "dependencies": {
104         "AFNetworking/NSURLSession": [
106         ]
107       },
108       "source_files": "UIKit+AFNetworking"
109     }
110   ]