| { |
| "name": "MMProgressHUD", |
| "version": "0.2.0", |
| "summary": "An easy to use HUD interface with personality.", |
| "homepage": "https://github.com/mutualmobile/MMProgressHUD", |
| "license": "MIT", |
| "authors": { |
| "Lars Anderson": "lars.anderson@mutualmobile.com" |
| }, |
| "source": { |
| "git": "https://github.com/mutualmobile/MMProgressHUD.git", |
| "tag": "0.2.0" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source_files": "Source/*.{h,m}", |
| "public_header_files": "Source/{MMProgressHUDOverlayView,MMProgressHUD,MMHud,MMProgressView-Protocol,MMRadialProgressView,MMLinearProgressView}.h", |
| "frameworks": [ |
| "QuartzCore", |
| "CoreGraphics" |
| ], |
| "requires_arc": true |
| } |