[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 4 / 2 / f / QLYTKNetwork / 1.0.1 / QLYTKNetwork.podspec.json
blobb93a94a4965e3152eb778d5f8f7f35183478dcc8
2   "name": "QLYTKNetwork",
3   "version": "1.0.1",
4   "summary": "YTKNetwork is a high level request util based on AFNetworking.",
5   "homepage": "http://gitlab.91banban.com/SeaDragon/YTKNetworking",
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": "http://gitlab.91banban.com/SeaDragon/YTKNetworking.git",
16     "tag": "1.0.1"
17   },
18   "source_files": "YTKNetwork/*.{h,m}",
19   "requires_arc": true,
20   "private_header_files": "YTKNetwork/YTKNetworkPrivate.h",
21   "platforms": {
22     "ios": "9.0",
23     "osx": "10.10",
24     "watchos": "2.0",
25     "tvos": "9.0"
26   },
27   "frameworks": "CFNetwork",
28   "dependencies": {
29     "AFNetworking": [
31     ]
32   }