blob: 421e02c1dc3d58098122a5354e29524aa1bfded8 [file] [log] [blame]
{
"name": "ARCurveSlider",
"version": "0.2.0",
"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.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/ARCurveSlider.{h,m}",
"resource_bundles": {
"ARCurveSlider": [
"Pod/Assets/*.png"
]
}
}