[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 2.0.0-RC3 / AFNetworking.podspec.json
blob83b490e62f7e57d3409be80cc13ceadbf71f6aaf
2   "name": "AFNetworking",
3   "version": "2.0.0-RC3",
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     "Scott Raymond": "sco@scottraymond.net"
10   },
11   "source": {
12     "git": "https://github.com/AFNetworking/AFNetworking.git",
13     "tag": "2.0.0-RC3",
14     "submodules": true
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8"
20   },
21   "default_subspecs": [
22     "Core"
23   ],
24   "deprecated_in_favor_of": "Alamofire",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "AFNetworking",
29       "dependencies": {
30         "AFNetworking/Serialization": [
32         ],
33         "AFNetworking/Reachability": [
35         ],
36         "AFNetworking/Security": [
38         ],
39         "AFNetworking/NSURLConnection": [
41         ]
42       }
43     },
44     {
45       "name": "Serialization",
46       "source_files": "AFNetworking/AFURL{Request,Response}Serialization.{h,m}",
47       "ios": {
48         "frameworks": [
49           "MobileCoreServices",
50           "CoreGraphics"
51         ]
52       },
53       "osx": {
54         "frameworks": "CoreServices"
55       }
56     },
57     {
58       "name": "Security",
59       "source_files": "AFNetworking/AFSecurityPolicy.{h,m}",
60       "frameworks": "Security"
61     },
62     {
63       "name": "Reachability",
64       "source_files": "AFNetworking/AFNetworkReachabilityManager.{h,m}",
65       "frameworks": "SystemConfiguration"
66     },
67     {
68       "name": "NSURLConnection",
69       "source_files": [
70         "AFNetworking/AFURLConnectionOperation.{h,m}",
71         "AFNetworking/AFHTTPRequestOperation.{h,m}",
72         "AFNetworking/AFHTTPRequestOperationManager.{h,m}"
73       ]
74     },
75     {
76       "name": "NSURLSession",
77       "platforms": {
78         "ios": "7.0",
79         "osx": "10.9"
80       },
81       "source_files": [
82         "AFNetworking/AFURLSessionManager.{h,m}",
83         "AFNetworking/AFHTTPSessionManager.{h,m}"
84       ]
85     },
86     {
87       "name": "UIKit+AFNetworking",
88       "source_files": "UIKit+AFNetworking"
89     }
90   ]