| { | |
| "name": "BMHUD", | |
| "version": "1.0.0", | |
| "summary": "MBProgressHUD custom encapsulation", | |
| "homepage": "https://github.com/liangdahong/BMHUD", | |
| "license": "MIT", | |
| "authors": { | |
| "liangdahong": "ios@liangdahong.com" | |
| }, | |
| "platforms": { | |
| "ios": "6.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/liangdahong/BMHUD.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": "BMHUD/BMHUD/**/*.{h,m}", | |
| "resources": "BMHUD/BMHUD/**/*.{png}", | |
| "dependencies": { | |
| "MBProgressHUD": [ | |
| ">=1.1.0" | |
| ] | |
| }, | |
| "requires_arc": true | |
| } |