blob: f64d9e5f1dc67ff63cac3a2086b7abe086db6f3f [file] [log] [blame]
{
"name": "ARCurveSlider",
"version": "0.1.1",
"summary": "Curve slider control for iOS",
"description": "UISlider with circle form for iOS. Handle UIControlEventValueChanged event and take value from \"value\" property.\n\n",
"homepage": "https://github.com/ghfghfg23/ARCurveSlider",
"license": "MIT",
"authors": {
"Andrey Ryabov": "ghfghfg23@gmail.com"
},
"source": {
"git": "https://github.com/ghfghfg23/ARCurveSlider.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/ARCurveSlider.{h,m}",
"resource_bundles": {
"ARCurveSlider": [
"Pod/Assets/*.png"
]
}
}