[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / c / 1 / 0 / YBNetwork / 1.0.4 / YBNetwork.podspec.json
blob460e3e74cbcf918c7814aeed14800c71b4c67871
2   "name": "YBNetwork",
3   "version": "1.0.4",
4   "summary": "基于 AFNetworking 网络中间层,注重性能,设计简洁,易于拓展",
5   "description": "基于 AFNetworking 网络中间层,注重性能,设计简洁,易于拓展。",
6   "homepage": "https://github.com/indulgeIn",
7   "license": "MIT",
8   "authors": {
9     "杨波": "1106355439@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/indulgeIn/YBNetwork.git",
16     "tag": "1.0.4"
17   },
18   "source_files": "YBNetwork/**/*.{h,m}",
19   "dependencies": {
20     "AFNetworking": [
22     ],
23     "YYCache": [
24       "~>1.0.4"
25     ]
26   },
27   "requires_arc": true