blob: bcad24a0c40d3ca8e4982f3d3d0759473b3e1470 [file] [log] [blame]
{
"name": "UCZProgressView",
"version": "1.0.1",
"summary": "UCZProgressView is a circular progress indicator with cool animations for image loading.",
"description": " UCZProgressView is a circular progress indicator with cool animations for image loading.\n\n This progress view is inspired by [Michaƫl Villar's motion effect 08-Photo Loading](http://www.michaelvillar.com/motion).\n\n - Customizable indicator (line width, radius, and color)\n - Display a label with the current progress.\n - Customizable progress text label (color, size and font)\n - Customizable background view (blur style)\n - Fully support interface builder (`IB_DESIGNABLE` and `IBInspectable`)\n - Fully support `UI_APPEARANCE_SELECTOR`\n",
"homepage": "https://github.com/kishikawakatsumi/UCZProgressView",
"screenshots": [
"https://raw.githubusercontent.com/kishikawakatsumi/UCZProgressView/master/Screenshots/movie1.gif",
"https://raw.githubusercontent.com/kishikawakatsumi/UCZProgressView/master/Screenshots/movie2.gif",
"https://raw.githubusercontent.com/kishikawakatsumi/UCZProgressView/master/Screenshots/movie3.gif",
"https://raw.githubusercontent.com/kishikawakatsumi/UCZProgressView/master/Screenshots/movie4.gif"
],
"license": "MIT",
"authors": {
"kishikawa katsumi": "kishikawakatsumi@mac.com"
},
"source": {
"git": "https://github.com/kishikawakatsumi/UCZProgressView.git",
"tag": "v1.0.1"
},
"social_media_url": "https://twitter.com/k_katsumi",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Lib"
}