blob: cc24f3d50c0825789201c771de57795b8f8e73fa [file] [log] [blame]
{
"name": "ACVRangeSelector",
"version": "1.0",
"summary": "A range selector control for iOS, similar to UISlider but with three handles.",
"platforms": {
"ios": "5.0"
},
"description": " A configurable range selector control for iOS, similar to UISlider but with three handles.\n",
"homepage": "https://github.com/tapsandswipes/ACVRangeSelector",
"authors": {
"Antonio Cabezuelo Vivo": "antonio@tapsandswipes.com"
},
"source": {
"git": "https://github.com/tapsandswipes/ACVRangeSelector.git",
"tag": "1.0.2"
},
"source_files": "ACVRangeSelector/*.{h,m}",
"resources": "ACVRangeSelector/ACVRangeSelector.bundle",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE.markdown"
}
}