[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 6 / c / e / Keyboard / 1.0.1 / Keyboard.podspec.json
blobec3a11d1a7965aa9ae79ac9d6fc00c72209a4396
2   "name": "Keyboard",
3   "version": "1.0.1",
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   "module_name": "Keyboard",
20   "source": {
21     "git": "https://github.com/BellAppLab/Keyboard.git",
22     "tag": "1.0.1"
23   },
24   "source_files": "Sources/Keyboard",
25   "frameworks": "Foundation",
26   "ios": {
27     "frameworks": "UIKit"
28   }