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