| { |
| "name": "MGLoadingImageView", |
| "version": "0.1.0", |
| "summary": "A subclass on UIImageView that includes a built-in UIActivityIndicatorView", |
| "description": "A subclass on UIImageView that includes a built-in UIActivityIndicatorView to optionally display a loading spinner in the foreground of the image view, to be used whilst loading an image.", |
| "homepage": "https://github.com/mikegilroy/MGLoadingImageView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "mikegilroy": "hello@mikegilroy.co" |
| }, |
| "source": { |
| "git": "https://github.com/mikegilroy/MGLoadingImageView.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "MGLoadingImageView/Classes/**/*", |
| "pushed_with_swift_version": "3.0.2" |
| } |