| { |
| "name": "PGNetworkHelper", |
| "version": "1.0.0", |
| "summary": "PINCache做为AFNetworking缓存层,将AFNetworking请求的数据缓存起来。", |
| "homepage": "https://github.com/xiaozhuxiong121/PGNetworkHelper", |
| "license": "MIT", |
| "authors": { |
| "piggybear": "piggybear_net@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/xiaozhuxiong121/PGNetworkHelper.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "PGNetworkHelper", |
| "PGNetworkHelper/**/*.{h,m}" |
| ], |
| "frameworks": "UIKit", |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ], |
| "PINCache": [ |
| |
| ] |
| } |
| } |