[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / c / KMKeyboardObserver / 1.7 / KMKeyboardObserver.podspec.json
blobfb93ddf1abfc25aeaa88f12abfa5a852933d48d1
2   "name": "KMKeyboardObserver",
3   "version": "1.7",
4   "swift_version": "4.2",
5   "summary": "A simple class to observer keyboard frame changes.",
6   "description": "A nice Swifty wrapper around keyboard frame change notifications.",
7   "homepage": "https://github.com/keefmoon/KMKeyboardObserver",
8   "license": "MIT",
9   "authors": {
10     "Keith Moon": "keef@keefmoon.com"
11   },
12   "social_media_url": "http://twitter.com/keefmoon",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/keefmoon/KMKeyboardObserver.git",
18     "tag": "1.7"
19   },
20   "module_name": "KeyboardObserver",
21   "source_files": "KeyboardObserver/KeyboardObserver/**/*.{h,m,swift}",
22   "pod_target_xcconfig": {
23     "OTHER_SWIFT_FLAGS": "-DCOCOAPODS"
24   },
25   "frameworks": "UIKit"