blob: d490483062d59886ac87fe391c5e44c74ceed923 [file] [log] [blame]
{
"name": "CircleProgressBar",
"version": "0.31",
"summary": "Circle ProgressBar control for iOS.",
"description": "Provides wide range of customization options.\nSupports XCode 6 live rendering feature for on-the-fly customization.\nHas ability to animate ProgressBar's progress chage.",
"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.31"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "CircleProgressBarDemo/CircleProgressBar/*",
"frameworks": [
"UIKit",
"QuartzCore"
]
}