| { |
| "name": "BMGLoadingIndicator", |
| "version": "0.9.1", |
| "summary": "A simple loading indicator for indeterminate tasks.", |
| "description": " A simple loading indicator for indeterminate tasks.\n\n * Set up with many custom features or use simple defaults\n * Drop-in anywhere on iPhone or iPad\n * Adaptable to different view sizes\n", |
| "homepage": "https://github.com/bretongoers/BMGLoadingIndicator", |
| "license": "MIT", |
| "authors": { |
| "Breton Goers": "bgoers@asu.edu" |
| }, |
| "source": { |
| "git": "https://github.com/bretongoers/BMGLoadingIndicator.git", |
| "tag": "0.9.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "BMGLoadingIndicator": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |