[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / 6 / VKDAKeyboardControl / 2.3.2 / VKDAKeyboardControl.podspec.json
blobda50542be60baa8ea993dde2fbc325c742a6d5cb
2   "name": "VKDAKeyboardControl",
3   "version": "2.3.2",
4   "platforms": {
5     "ios": null
6   },
7   "license": "MIT",
8   "summary": "Easily add keyboard awareness and scrolling dismissal. Allows to add subview to keyboard.",
9   "homepage": "https://github.com/vkovtash/DAKeyboardControl",
10   "authors": {
11     "Vlad Kovtash": "v.kovtash@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/vkovtash/DAKeyboardControl.git",
15     "tag": "2.3.2"
16   },
17   "description": "VKDAKeyboardControl allows you to easily add keyboard awareness and scrolling dismissal (a receding keyboard ala iMessages app) to any UIView subclass with only 1 line of code. Allows to add subview to keyboard. Based on Daniel Amitay's DAKeyboardControl. https://github.com/danielamitay/DAKeyboardControl",
18   "source_files": "DAKeyboardControl/*.{h,m}",
19   "requires_arc": true