| { |
| "name": "BMInputBox", |
| "version": "1.1.1", |
| "summary": "Drop-in replacement for the limited UIAlertView input options.", |
| "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", |
| "homepage": "https://github.com/blackmirror-media/BMInputBox", |
| "screenshots": [ |
| "http://blackmirror.media/github/BMInputBoxPlainText.png", |
| "http://blackmirror.media/github/BMInputBoxLogin.png", |
| "http://blackmirror.media/github/BMInputBoxLoginFilled.png" |
| ], |
| "license": "MIT", |
| "authors": { |
| "Adam Eri": "adam.eri@blackmirror-media.co.uk" |
| }, |
| "source": { |
| "git": "https://github.com/blackmirror-media/BMInputBox.git", |
| "tag": "1.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "BMInputBox": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |