blob: 452637813ef22958c52543bd81acb745bc23832a [file] [log] [blame]
{
"name": "CircleProgressBar",
"version": "0.11",
"summary": "Circle ProgressBar control for iOS.",
"description": " Provides wide range of customization options.\n Supports XCode 6 live rendering feature for on-the-fly customization.\n Has ability to animate ProgressBar's progress chage.\n",
"homepage": "https://github.com/Eclair/CircleProgressBar",
"screenshots": [
"https://raw.githubusercontent.com/Eclair/CircleProgressBar/master/Screenshots/ios-screen01.png",
"https://raw.githubusercontent.com/Eclair/CircleProgressBar/master/Screenshots/ios-screen02.png"
],
"license": "MIT",
"authors": {
"Andrey Cherkashin": "cherkashin.andrey90@gmail.com"
},
"source": {
"git": "https://github.com/Eclair/CircleProgressBar.git",
"tag": "0.11"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "CircleProgressBarDemo/CircleProgressBar/*",
"frameworks": [
"UIKit",
"QuartzCore"
]
}