| { |
| "name": "MBHUD", |
| "version": "0.0.3", |
| "summary": "站在巨人的肩上,MBProgressHUD 简单封装", |
| "description": "Let MBProgressHUD tu use simple", |
| "homepage": "https://github.com/qyfeng009/MBHUD", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "qyfeng": "qyfeng009@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/qyfeng009/MBHUD.git", |
| "tag": "0.0.3" |
| }, |
| "source_files": "MBHUD/**/MBHUD.{h,m}", |
| "resources": "MBHUD/MBHUD/MBHUD.bundle", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "MBProgressHUD": [ |
| "~> 1.0.0" |
| ] |
| } |
| } |