[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / e / f / YYYTKNetwork / 2.0.5 / YYYTKNetwork.podspec.json
blob863822498eb2a41c3b988e1f171a61e1427ffff4
2   "name": "YYYTKNetwork",
3   "version": "2.0.5",
4   "summary": "YTKNetwork is a high level request util based on AFNetworking. This is a temporary version",
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   },
13   "source": {
14     "git": "https://github.com/MonkeyKingSunWuKong/YTKNetwork.git",
15     "tag": "2.0.5"
16   },
17   "source_files": "YTKNetwork/*.{h,m}",
18   "requires_arc": true,
19   "private_header_files": "YTKNetwork/YTKNetworkPrivate.h",
20   "platforms": {
21     "ios": "7.0",
22     "osx": "10.9",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "frameworks": "CFNetwork",
27   "dependencies": {
28     "AFNetworking": [
29       "~> 3.0"
30     ]
31   }