| { |
| "name": "GNImageProgressBar", |
| "version": "0.1.1", |
| "summary": "Show progress with an image.", |
| "description": "This library can be used to show progress by filling an image.", |
| "homepage": "https://github.com/nicolaouG/GNImageProgressBar", |
| "screenshots": "https://raw.githubusercontent.com/nicolaouG/GNImageProgressBar/master/imageProgress.gif", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "george": "georgios.nicolaou92@gmail.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_versions": "5", |
| "source": { |
| "git": "https://github.com/nicolaouG/GNImageProgressBar.git", |
| "tag": "0.1.1" |
| }, |
| "source_files": "GNImageProgressBar/**/*.{h,m,swift}", |
| "frameworks": "UIKit", |
| "requires_arc": true, |
| "swift_version": "5" |
| } |