blob: 0b6c41108dfa04955cafea10c85ca2f3bdaaae50 [file] [log] [blame]
{
"name": "GNImageProgressBar",
"version": "0.1.2",
"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.2"
},
"source_files": "GNImageProgressBar/**/*.{h,m,swift}",
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "5"
}