blob: 98a1dd0f3cdc0ebbe12b959c5fb4695e1f3dd8a2 [file] [log] [blame]
{
"name": "BMPickerModal",
"version": "1.0.0",
"summary": "BMPickerModal is a control showing a UIPicker or a UIDatePicker in a modal view.",
"description": " BMPickerModal is an iOS drop-in class that displays a UIPicker or a UIDatePicker as modal view or in a popover controller on the iPad. Used to let the user select from a list of data or pick a date without leaving the current screen. Closures allow easy customisation.\n",
"homepage": "https://github.com/blackmirror-media/BMPickerModal",
"license": "MIT",
"authors": {
"Adam Eri": "adam.eri@blackmirror-media.co.uk"
},
"source": {
"git": "https://github.com/blackmirror-media/BMPickerModal.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BMPickerModal": [
"Pod/Assets/*.png"
]
}
}