blob: c64a648be37646a74cf2312f51d1bd7f78bb7e4f [file] [log] [blame]
{
"name": "FFXRangeSlider",
"version": "0.5",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/empora/FFXRangeSlider",
"authors": {
"Robert Biehl": "robert.biehl@empora.com",
"Maksym Shcheglov": "maxscheglov@gmail.com"
},
"summary": "iOS slider control that allows you to pick a minimum and maximum range, supports steps, step labels, and is highly configurable.",
"source": {
"git": "https://github.com/empora/FFXRangeSlider.git",
"tag": "0.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "FFXRangeSlider/**/*",
"public_header_files": "FFXRangeSlider/**/*.h"
}