| { |
| "name": "ZProgressHUD", |
| "version": "0.0.3", |
| "summary": "ZProgressHUD is a simple use swift HUD", |
| "description": "ZProgressHUD is a simple use swift HUD.\nIt is simple use like ZProgressHUD.show()", |
| "homepage": "https://github.com/zevwings/ZProgressHUD", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zevwings": "zev.wings@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/zevwings/ZProgressHUD.git", |
| "tag": "0.0.3" |
| }, |
| "source_files": [ |
| "ZProgressHUD/**/*.swift", |
| "ZProgressHUD/ZProgressHUD.h" |
| ], |
| "resources": "ZProgressHUD/ZProgressHUD.bundle", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "deprecated": true |
| } |