[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 4 / 7 / YTKNetwork / 2.0.4 / YTKNetwork.podspec.json
blob4191db3e2980d69a26ee2a698912f2aa881da0ae
2   "name": "YTKNetwork",
3   "version": "2.0.4",
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   },
13   "source": {
14     "git": "https://github.com/yuantiku/YTKNetwork.git",
15     "tag": "2.0.4"
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   }