[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / f / 4 / XZYNetworking / 1.0.0 / XZYNetworking.podspec.json
blob7c7c665c60eab1a03025e20c9e722b52b189924f
2   "name": "XZYNetworking",
3   "version": "1.0.0",
4   "summary": "封装了AFNetWorking和YYCache缓存",
5   "description": "AFNetWorking网络框架和YYCache缓存",
6   "homepage": "https://github.com/740238622/XZYNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xuziyou": "740238622@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/740238622/XZYNetworking.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "XZYNetworking/Classes/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
26     ],
27     "YYCache": [
29     ]
30   }