[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 0 / 7 / KeyboardMaster / 1.1.0 / KeyboardMaster.podspec.json
blob0be089a9064ff69e74300976f3e25d8859389550
2   "name": "KeyboardMaster",
3   "version": "1.1.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.1.0"
17   },
18   "social_media_url": "https://twitter.com/thereallu5",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": "KeyboardMaster/Classes/**/*"