[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 0 / 7 / KeyboardMaster / 1.0.2 / KeyboardMaster.podspec.json
blobe1c7e6434c79030c261178eb35df7b0670dac5c4
2   "name": "KeyboardMaster",
3   "version": "1.0.2",
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.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "KeyboardMaster/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "4.0"