| { |
| "name": "SXHudAlert", |
| "version": "0.0.8", |
| "summary": "easy useing MBProgressHUD", |
| "homepage": "https://github.com/poos/SXHudAlert", |
| "license": "MIT", |
| "authors": { |
| "xiaoR": "bieshixuan@163.com" |
| }, |
| "platforms": { |
| "ios": "7.1" |
| }, |
| "source": { |
| "git": "https://github.com/poos/SXHudAlert.git", |
| "tag": "0.0.8" |
| }, |
| "source_files": "SXHudAlert/SXHudAlert.h", |
| "requires_arc": true, |
| "dependencies": { |
| "MBProgressHUD": [ |
| "~> 1.0.0" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "MainClass", |
| "source_files": "SXHudAlert/**/*.{h,m}", |
| "public_header_files": "SXHudAlert/**/*.h" |
| } |
| ] |
| } |