blob: 552c4f13abc15c3406def675d790cc4c9894b74a [file] [log] [blame]
{
"name": "UICircleSlider",
"version": "1.0.1",
"summary": "A Circle style Slider like UISlider.",
"description": "A Circle style Slider like UISlider. Can be use as Circle style UIProgressView with User Interaction Disabled.",
"homepage": "https://github.com/kidyoungx/UICircleSlider",
"license": "MPL-2.0",
"authors": {
"Kid Young": "kidyoungx@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/kidyoungx/UICircleSlider.git",
"tag": "1.0.1"
},
"source_files": [
"UICircleSlider",
"UICircleSlider/**/*.{h,m}"
],
"exclude_files": "SampleUICircleSlider",
"public_header_files": "UICircleSlider/**/*.h",
"requires_arc": true
}