[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 1 / 4 / 7 / YTKNetwork / 0.1.0 / YTKNetwork.podspec.json
blob63aba110feb9e2a3fc93c4aa02b945e03b332fe9
2   "name": "YTKNetwork",
3   "version": "0.1.0",
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   },
12   "source": {
13     "git": "https://github.com/yuantiku/YTKNetwork.git",
14     "tag": "0.1.0"
15   },
16   "source_files": "YTKNetwork/*.{h,m}",
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.0"
24     ],
25     "AFDownloadRequestOperation": [
26       "~> 2.0"
27     ]
28   }