blob: 73b51e35c0afd538dd737125b1593d1889c5c13f [file] [log] [blame]
{
"name": "JPCActivityIndicatorButton",
"version": "1.0.0",
"summary": "An implementation of the progress control used in the App Store app with styling inspired by Google's material design.",
"description": " It is a drop in replacement for UIActivityIndicatorView and UIProgressView that tracks touch input like a UIButton. It may be useful in the following scenarios\n* Replacement for UIActivityIndicatorView\n* Replacement for UIProgressView\n* Replacement for UIButton with Google Material Design styling\n* To create a similar interaction as start and stopping downloads in the App Store app.\n",
"homepage": "https://github.com/jpchmura/JPCActivityIndicatorButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Jon Chmura",
"social_media_url": "http://twitter.com/jpchmura",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jpchmura/JPCActivityIndicatorButton.git",
"tag": "v1.0.0"
},
"source_files": "Source/*.swift"
}