blob: 3031b3a21824d4ef7e50d7c2d3a2221fc39fff69 [file] [log] [blame]
{
"name": "GSIndeterminateProgressBar",
"version": "0.1.0",
"summary": "GSIndeterminateProgressView is a subclass of UIView that looks like UIProgressView but acts like UIActivityIndicatorView.",
"description": " GSIndeterminateProgressView look similar to UIProgressView using animation to show indeterminate progress.\n Class interface seems to UIActivityIndicatorView.\n",
"homepage": "https://github.com/endSly/GSIndeterminateProgressBar",
"screenshots": "https://github.com/endSly/GSIndeterminateProgressBar/raw/master/capture.gif",
"license": "MIT",
"authors": {
"Endika GutiƩrrez": "me@endika.net"
},
"source": {
"git": "https://github.com/endSly/GSIndeterminateProgressBar.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/endSly",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/**/*.h"
}