[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / 0 / BMInputBox / 1.1.0 / BMInputBox.podspec.json
blob441b9d0140bceb53d3c78cb634f29459cc6d3f03
2   "name": "BMInputBox",
3   "version": "1.1.0",
4   "summary": "Drop-in replacement for the limited UIAlertView input options.",
5   "description": "                       BMInputBox is an iOS drop-in class that displays input boxes for the user to input different kinds of data, for instance username and password, email address, numbers, plain text. BMInputBox is meant as a replacement for the limited UIAlertView input options.\n",
6   "homepage": "https://github.com/blackmirror-media/BMInputBox",
7   "screenshots": [
8     "http://blackmirror.media/github/BMInputBoxPlainText.png",
9     "http://blackmirror.media/github/BMInputBoxLogin.png",
10     "http://blackmirror.media/github/BMInputBoxLoginFilled.png"
11   ],
12   "license": "MIT",
13   "authors": {
14     "Adam Eri": "adam.eri@blackmirror-media.co.uk"
15   },
16   "source": {
17     "git": "https://github.com/blackmirror-media/BMInputBox.git",
18     "tag": "1.1.0"
19   },
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "resource_bundles": {
26     "BMInputBox": [
27       "Pod/Assets/*.png"
28     ]
29   }