[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / c / 6 / SIPKeyboardManager / 0.1.2 / SIPKeyboardManager.podspec.json
blobf1aa64b8845bc60a43e18df56998a7c2e06ce768
2   "name": "SIPKeyboardManager",
3   "version": "0.1.2",
4   "summary": "SIPKeyboardManager sends out informations about the current keyboard-frame via delegate.",
5   "description": "The notifications sent by iOS-keyboards can be misleading - willShow-notifications are sent out multiple times with different rects, it might miss sending a notification with the final keyboard-rect at all.\nThis class tries to handle all the cases and ensure that you will receive the correct keyboard-frame if possible.",
6   "homepage": "https://github.com/parallaxe/SIPKeyboardManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hendrik von Prince": "hendrik.von.prince@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/parallaxe/SIPKeyboardManager.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "SIPKeyboardManager/Classes/**/*"