| { |
| "name": "PPNetworkHelper", |
| "version": "0.1.1", |
| "summary": "对AFNetworking 3.x 与YYCache的二次封装,存取超简单,告别FMDB!", |
| "homepage": "https://github.com/jkpang/PPNetworkHelper.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "jkpang": "jkpang@outlook.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/jkpang/PPNetworkHelper.git", |
| "tag": "0.1.1" |
| }, |
| "source_files": "PPNetworkHelper/PPNetworkHelper/*.{h,m}", |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ], |
| "YYCache": [ |
| |
| ] |
| }, |
| "requires_arc": true |
| } |