| { |
| "name": "BaseProjectHelper", |
| "version": "0.1.0", |
| "summary": "Summary", |
| "description": "我是一个项目的工具集合", |
| "homepage": "https://github.com/ice343241993/BaseProjectHelper", |
| "license": "MIT", |
| "authors": { |
| "zhangrongbing": "zhangrongbing@lovcreate.com" |
| }, |
| "platforms": { |
| "ios": "8.1" |
| }, |
| "source": { |
| "git": "https://github.com/ice343241993/BaseProjectHelper.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "Helper/**/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ], |
| "Masonry": [ |
| |
| ], |
| "SwipeBack": [ |
| |
| ], |
| "MJExtension": [ |
| |
| ], |
| "MBProgressHUD": [ |
| |
| ] |
| } |
| } |