blob: 806f66facae01d092397d7ef868e265bb19f6eac [file] [log] [blame]
{
"name": "PickerPopupDialog",
"version": "0.1.5",
"summary": "Display a Picker inside a Popup Dialog. It also gives you the ability to separate displayed text from values",
"description": "PickerPopupDialog is a a popup iOS picker control written in Swift 4. It lets you input any type of data in the format [(Any, String)].",
"homepage": "https://github.com/ribasal1/PickerPopupDialog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ribasal1": "github@linkmedia.ch"
},
"source": {
"git": "https://github.com/ribasal1/PickerPopupDialog.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": "PickerPopupDialog/Classes/**/*",
"swift_version": "4.0"
}