[Add] AcousticConnect 1.0.47
[CocoaPods.git] / Specs / 6 / 0 / 7 / KeyboardMaster / 1.0.0 / KeyboardMaster.podspec.json
blobef882ded90bee3bd5aefad8b134caf947a79e85c
2   "name": "KeyboardMaster",
3   "version": "1.0.0",
4   "summary": "KeyboardMaster is a UIScollView extension intended to make it easier to manage the iOS keyboard.",
5   "description": "KeyboardMaster is a simple Swift extension on UIScrollView that allows you to easily and automatically manage the keyboard in iOS. Simply call UIScrollView.registerForKeyboardEvents() and the extension will do the rest of the work for you.",
6   "homepage": "https://github.com/LucasBest/KeyboardMaster",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lucas Best": "lucas.best.5@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/LucasBest/KeyboardMaster.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "KeyboardMaster/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "4.0"