[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 2 / 0 / DWNetworking / 0.0.8 / DWNetworking.podspec.json
blob59128d6c468ddae9fd909cb515c4ef6567ac5bd4
2   "name": "DWNetworking",
3   "version": "0.0.8",
4   "summary": "基于AFNetworking~3.2.1 & YYCache~1.0.4",
5   "description": "- 基于```AFNetworking~>3.2.1``` & ```YYCache~>1.0.4```\n- ```轻量级``` & ```可定制```\n- 最低支持版本```iOS 8.0```\n- 交流群```577506623```",
6   "homepage": "https://github.com/CoderDwang/DWNetworking",
7   "license": "MIT",
8   "authors": {
9     "CoderDwang": "coderdwang@outlook.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/CoderDwang/DWNetworking.git",
16     "tag": "0.0.8"
17   },
18   "source_files": [
19     "DWNetworking",
20     "DWNetworking/**/*.{h,m}"
21   ],
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "dependencies": {
27     "AFNetworking": [
28       "~> 3.2.1"
29     ],
30     "YYCache": [
31       "~> 1.0.4"
32     ]
33   }