| { |
| "name": "ASProgressHud", |
| "version": "0.0.1", |
| "summary": "A custom loading view inspired by MBProgressHud", |
| "description": "A custom loading view inspired by MBProgressHud.", |
| "homepage": "https://github.com/andr3a88/ASProgressHud", |
| "license": "MIT", |
| "authors": { |
| "Andrea": "runner_corsa@msn.com" |
| }, |
| "source": { |
| "git": "https://github.com/andr3a88/ASProgressHud.git", |
| "tag": "0.0.1" |
| }, |
| "social_media_url": "https://twitter.com/andrea_steva", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "Resources": [ |
| "Pod/Assets/**/*.png" |
| ] |
| } |
| } |