[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 8 / c / 5 / ZWNetworking / 0.0.1 / ZWNetworking.podspec.json
blobab5fe3d05c77beb7a8d2105ab638e667088f96bd
2   "name": "ZWNetworking",
3   "version": "0.0.1",
4   "summary": "一个关于AFNetworking的简易封装.",
5   "description": "主要包括网络请求的封装以及网络数据的缓存处理。",
6   "homepage": "https://github.com/github051512/ZWNetworking",
7   "license": "MIT",
8   "authors": {
9     "liuzhiwei": "541899992@qq.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/github051512/ZWNetworking.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "ZWNetworking",
20     "ZWNetworking/**/*.{h,m}"
21   ],
22   "dependencies": {
23     "AFNetworking": [
25     ]
26   }