[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / f / 0 / YJNetworking / 0.0.2 / YJNetworking.podspec.json
blob0b1f883bd8aafb2adbfdb3d3cd43d58ff979b5e1
2   "name": "YJNetworking",
3   "version": "0.0.2",
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.0.2"
17   },
18   "source_files": "YJNetworkingDemo/YJNetworkingDemo/YJNetworking/*.{h,m}",
19   "dependencies": {
20     "AFNetworking": [
21       "~> 3.2.0"
22     ]
23   }