blob: f36e62b5cb93aadc29ec654c6ed34cce4e307af0 [file] [log] [blame]
{
"name": "JPCActivityIndicatorButton",
"version": "2.0.0-rc1",
"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.0-rc1"
},
"source_files": "Source/*.swift"
}