| { |
| "name": "YJNetworking", |
| "version": "0.1.1", |
| "summary": "oc 的网络封装文件", |
| "description": "oc基于AFNetWorking的二次封装", |
| "homepage": "https://github.com/feng562925462/YJNetworking", |
| "license": "MIT", |
| "authors": { |
| "cool": "562925462@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/feng562925462/YJNetworking.git", |
| "tag": "0.1.1" |
| }, |
| "source_files": "YJNetworkingDemo/YJNetworkingDemo/Classses/*.{h,m}", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.2.0" |
| ], |
| "YYCache": [ |
| "~> 1.0.4" |
| ] |
| } |
| } |