blob: 74bc386e65bde45c45b7f6c986293dfa8c17b2f7 [file] [log] [blame]
{
"name": "BMPickerModal",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BMPickerModal": [
"Pod/Assets/*.png"
]
}
}