[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / 7 / 3 / XZHNetwork / 0.0.1 / XZHNetwork.podspec.json
blobd5f508e75c91c8b6ded1dee2c78fb6212ea2c392
2   "name": "XZHNetwork",
3   "version": "0.0.1",
4   "summary": "XZHNetwork大部分源码参考自YTKNetwork,只是做了一些小部分的修改,比如使用NSURLSession、以及大量使用内存缓存。",
5   "homepage": "https://github.com/xiongzenghuidegithub/XZHNtetwork",
6   "license": "MIT",
7   "authors": {
8     "xiongzenghui": "3083336407@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/xiongzenghuidegithub/XZHNtetwork.git",
12     "tag": "0.0.1"
13   },
14   "source_files": "XZHNtetwork/*.{h,m}",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
22     ],
23     "YYModel": [
25     ]
26   }