[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 7 / 5 / AFNetworking / 2.0.0-RC2 / AFNetworking.podspec.json
blob5b6005a213d4d9e57d59ddbf61f0a2061993d2fb
2   "name": "AFNetworking",
3   "version": "2.0.0-RC2",
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@gowalla.com"
10   },
11   "source": {
12     "git": "https://github.com/AFNetworking/AFNetworking.git",
13     "tag": "2.0.0-RC2"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "ios": {
21     "frameworks": [
22       "MobileCoreServices",
23       "SystemConfiguration",
24       "Security",
25       "CoreGraphics"
26     ]
27   },
28   "osx": {
29     "frameworks": [
30       "CoreServices",
31       "SystemConfiguration",
32       "Security"
33     ]
34   },
35   "deprecated_in_favor_of": "Alamofire",
36   "subspecs": [
37     {
38       "name": "Core",
39       "source_files": "AFNetworking"
40     },
41     {
42       "name": "UIKit+AFNetworking",
43       "source_files": "UIKit+AFNetworking"
44     }
45   ]