| { |
| "name": "ZZTool", |
| "version": "0.0.2", |
| "summary": "zzgo的小工具", |
| "description": "工具包括UIKit,Foundation等的分类,以及网络库和其他工具函数的封装。\n目前只封装了一个网络方面", |
| "homepage": "https://github.com/zzgo/ZZTool", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zzgo": "zzgocc@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/zzgo/ZZTool.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "ZZ/ZZTool/Utility/Network/HZGeneralAPI.{h,m}", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "YYCache": [ |
| "~> 1.0.3" |
| ], |
| "YYModel": [ |
| "~> 1.0.3" |
| ], |
| "DRDNetworking": [ |
| "~> 0.6.1" |
| ] |
| } |
| } |