blob: 5ee8faea65c9cdd88151cfe1908b39a31a25cc80 [file] [log] [blame]
{
"name": "DropdownView",
"version": "0.1.0",
"summary": "DropdownView is a generic dropdown control.",
"swift_version": "3.2",
"description": "DropdownView is a generic dropdown control that you can use and adapt\nto your needs. It contains the basic use case of a dropdown, allowing you to feed the data by using data source and delegate as you would with a UITableView.",
"homepage": "https://github.com/Prismik/DropdownView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Prismik": "francis.beauchampsc@gmail.com"
},
"source": {
"git": "https://github.com/Prismik/DropdownView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DropdownView/Classes/**/*"
}