blob: 9a895e6bbe119932e799096978c26e8392752598 [file] [log] [blame]
{
"name": "PickerPopupDialog",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "PickerPopupDialog/Classes/**/*",
"swift_version": "4.0"
}