blob: a332db64ac000aa1edb73bd1dd83aa16486f3883 [file] [log] [blame]
{
"name": "BSDropdown",
"version": "1.3",
"summary": "Simple pop up dialog to use as dropdown in iOS.",
"description": "This plugin created to make another kind of dropdown in iOS. Sometimes the picker view does not enough because of limitation in visible options.",
"homepage": "https://github.com/icemanbsi/BSDropdown",
"license": "MIT",
"authors": {
"Bobby Stenly": "iceman.bsi@gmail.com"
},
"source": {
"git": "https://github.com/icemanbsi/BSDropdown.git",
"tag": "1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BSDropdown": [
"Pod/Assets/*.png"
]
}
}