[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 6 / c / e / Keyboard / 1.1.0 / Keyboard.podspec.json
blob017a51c5d4c25944aebdd844b81a5b89b1f25b77
2   "name": "Keyboard",
3   "version": "1.1.0",
4   "summary": "Never implement the UIKeyboardDidShow notification ever again. Ever.",
5   "screenshots": "https://github.com/BellAppLab/Keyboard/raw/master/Images/keyboard.png",
6   "description": "Never implement `NSNotification.Name.UIKeyboardDidShow` ever again. Ever.\n\nYeah, seriously. Handling the keyboard on iOS shouldn't be painful. But it is.\n\nSo instead of doing a whole lot of calculations, or embedding everything in `UIScrollView`s, `import Keyboard` and **get on with your life**.",
7   "homepage": "https://github.com/BellAppLab/Keyboard",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Bell App Lab": "apps@bellapplab.com"
14   },
15   "social_media_url": "https://twitter.com/BellAppLab",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "swift_version": "5.0",
20   "module_name": "Keyboard",
21   "source": {
22     "git": "https://github.com/BellAppLab/Keyboard.git",
23     "tag": "1.1.0"
24   },
25   "source_files": "Sources/Keyboard/*.swift",
26   "frameworks": "Foundation",
27   "ios": {
28     "frameworks": "UIKit"
29   }