[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 9 / a / SimpleKeyboard / 1.0.1 / SimpleKeyboard.podspec.json
blobb1f752f97a64b646f7fba81cb8e59d95e128ff31
2   "name": "SimpleKeyboard",
3   "version": "1.0.1",
4   "summary": "Simple Swift solution for not having text input controls covered by the keyboard.",
5   "description": "SimpleKeyboard addresses a very common problem on the iOS platform: when the keyboard is shown, the content under it is not visible anymore. Since there is no simple or out-of-the-box solution for this, SimpleKeyboard attempts to provide exactly that.",
6   "homepage": "https://github.com/sivu22/SimpleKeyboard",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cristian Sava": "cristianzsava@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sivu22/SimpleKeyboard.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "SimpleKeyboard/Classes/**/*",
22   "pushed_with_swift_version": "3.0"