blob: 52d033a7f81d999c48d361b601967a101c86dd8f [file] [log] [blame]
{
"name": "DropDown",
"version": "2.0.1",
"summary": "A Material Design drop down",
"description": "This drop down is to overcome the loss of usability and user experience due to the UIPickerView. Material Design did a good job there so this drop down is very inspired by it. It appears at the right location instead of the bottom of the screen as default with UIPickerView and if possible, all options are displayed at once.",
"homepage": "https://github.com/AssistoLab/DropDown",
"screenshots": [
"https://github.com/AssistoLab/DropDown/blob/master/Screenshots/1.png?raw=true",
"https://github.com/AssistoLab/DropDown/blob/master/Screenshots/2.png?raw=true"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kevin-hirsch": "kevin.hirsch.be@gmail.com"
},
"social_media_url": "http://twitter.com/kevinh6113",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/AssistoLab/DropDown.git",
"tag": "v2.0.1"
},
"source_files": [
"DropDown/src",
"DropDown/src/**/*.{h,m}",
"DropDown/helpers",
"DropDown/helpers/**/*.{h,m}"
],
"resources": "DropDown/resources/*.{png,xib}",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}