blob: 252fd5aa9bbf7f7541e2ba84e09b07454e32afc4 [file] [log] [blame]
{
"name": "ButtonProgressBar-iOS",
"version": "1.0.1",
"summary": "A simple progress bar UIButton subclass.",
"description": "Custom UIButton class with loading animation for determinate and indeterminate processes like network download / upload.\nSet progress animated, or unanimated. Uses CABasicAnimation and layer stroke to display progress.\nText enlarge on tap. Animated completion image.",
"homepage": "https://github.com/thePsguy/ButtonProgressBar-iOS",
"screenshots": [
"https://raw.githubusercontent.com/thePsguy/ButtonProgressBar-iOS/master/output_F2Ryon.gif",
"https://raw.githubusercontent.com/thePsguy/ButtonProgressBar-iOS/master/preview.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pushkar Sharma": "thePsguy@icloud.com"
},
"source": {
"git": "https://github.com/thePsguy/ButtonProgressBar-iOS.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/thePsguy",
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"pushed_with_swift_version": "4.0"
}