blob: 387e4c910a6716115646c6b41b06cd7588ae9978 [file] [log] [blame]
{
"name": "JPCActivityIndicatorButton",
"version": "2.0.1",
"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.",
"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": "v2.0.1"
},
"source_files": "Source/*.swift"
}