[Add] AlibabacloudSlb20140515 1.0.5
[CocoaPods.git] / Specs / 1 / 4 / 7 / YTKNetwork / 2.1.3 / YTKNetwork.podspec.json
blob0a08b7329ef8302c9c0986d5ae9307bd10536939
2   "name": "YTKNetwork",
3   "version": "2.1.3",
4   "summary": "YTKNetwork is a high level request util based on AFNetworking.",
5   "homepage": "https://github.com/yuantiku/YTKNetwork",
6   "license": "MIT",
7   "authors": {
8     "tangqiao": "tangqiao@fenbi.com",
9     "lancy": "lancy@fenbi.com",
10     "maojj": "maojj@fenbi.com",
11     "liujl": "liujl@fenbi.com",
12     "shangcr": "shangcr@fenbi.com"
13   },
14   "source": {
15     "git": "https://github.com/yuantiku/YTKNetwork.git",
16     "tag": "2.1.3"
17   },
18   "source_files": "YTKNetwork/*.{h,m}",
19   "requires_arc": true,
20   "private_header_files": "YTKNetwork/YTKNetworkPrivate.h",
21   "platforms": {
22     "ios": "7.0",
23     "osx": "10.9",
24     "watchos": "2.0",
25     "tvos": "9.0"
26   },
27   "frameworks": "CFNetwork",
28   "dependencies": {
29     "AFNetworking/NSURLSession": [
30       "~> 3.0"
31     ]
32   }