[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 8 / 3 / KVAFNetworking / 1.1.0 / KVAFNetworking.podspec.json
blob7beb1b34bf92d6ee857e5bdab68d46f9e740123a
2   "name": "KVAFNetworking",
3   "version": "1.1.0",
4   "summary": "This is a based on network request.",
5   "description": "This is a based on network request afnetworking 3.0 encapsulation.",
6   "homepage": "https://github.com/9025316/KVAFNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "韩问": "9025316@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/9025316/KVAFNetworking.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "KVAFNetworking/*",
24     "KVAFNetworking/Cache/*",
25     "KVAFNetworking/RequestManager/*",
26     "KVAFNetworking/Vendor/*"
27   ],
28   "frameworks": [
29     "Foundation",
30     "UIKit"
31   ],
32   "dependencies": {
33     "AFNetworking": [
34       "~> 3.1.0"
35     ]
36   }