[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / f / 0 / YJNetworking / 0.1.0 / YJNetworking.podspec.json
blob7b83f4ffaa83d369080c0219c92bc2e0ce8f2b0d
2   "name": "YJNetworking",
3   "version": "0.1.0",
4   "summary": "oc 的网络封装文件",
5   "description": "oc基于AFNetWorking的二次封装",
6   "homepage": "https://github.com/feng562925462/YJNetworking",
7   "license": "MIT",
8   "authors": {
9     "cool": "562925462@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/feng562925462/YJNetworking.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "YJNetworkingDemo/YJNetworkingDemo/Classses/*.{h,m}",
19   "dependencies": {
20     "AFNetworking": [
21       "~> 3.2.0"
22     ],
23     "YYCache": [
24       "~> 1.0.4"
25     ]
26   }