blob: a930ec1b6d6f4695e300e8f1851171c3e1b6cc69 [file] [log] [blame]
{
"name": "GNRangeSlider",
"version": "0.1.0",
"summary": "A fully customisable range slider",
"description": "This library can be used to show a double thumb slider to provide range input.",
"homepage": "https://github.com/nicolaouG/GNRangeSlider",
"screenshots": "https://raw.githubusercontent.com/nicolaouG/GNRangeSlider/master/rangeSlider.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"george": "georgios.nicolaou92@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5",
"source": {
"git": "https://github.com/nicolaouG/GNRangeSlider.git",
"tag": "0.1.0"
},
"source_files": "GNRangeSlider/**/*.{h,m,swift}",
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "5"
}