| { |
| "name": "APProgressHUD", |
| "version": "1.0.0", |
| "summary": "APProgressHUD is a lightweight and easy-to-use HUD for iOS 8. (Objective-C)", |
| "homepage": "https://github.com/antonyharfield/APProgressHUD", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Antony Harfield": "antonyharfield@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/antonyharfield/APProgressHUD.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "APProgressHUD/*.{h,m}", |
| "resource_bundles": { |
| "APProgressHUDImages": [ |
| "APProgressHUD/APProgressHUD.bundle" |
| ] |
| } |
| } |