[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 9 / e / BMPickerModal / 1.0.1 / BMPickerModal.podspec.json
blob74bc386e65bde45c45b7f6c986293dfa8c17b2f7
2   "name": "BMPickerModal",
3   "version": "1.0.1",
4   "summary": "BMPickerModal is a control showing a UIPicker or a UIDatePicker in a modal view.",
5   "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",
6   "homepage": "https://github.com/blackmirror-media/BMPickerModal",
7   "license": "MIT",
8   "authors": {
9     "Adam Eri": "adam.eri@blackmirror-media.co.uk"
10   },
11   "source": {
12     "git": "https://github.com/blackmirror-media/BMPickerModal.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "BMPickerModal": [
22       "Pod/Assets/*.png"
23     ]
24   }