blob: 54abdcee48535ec72d19b06c99dd9e7721543d90 [file] [log] [blame]
{
"name": "CircleProgressBar",
"version": "0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "CircleProgressBarDemo/CircleProgressBar/*",
"frameworks": [
"UIKit",
"QuartzCore"
]
}