[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 8 / a / SingleLineKeyboardResize / 0.1.3 / SingleLineKeyboardResize.podspec.json
blob318bce3225c0446f766cd18166dd5aa4470c950c
2   "name": "SingleLineKeyboardResize",
3   "version": "0.1.3",
4   "summary": "A single line of code will make your UITableView or any UIScrollView auto resize when the keyboard appears",
5   "description": "With this non-intrusive UIViewController extension, only a single line of code will make your scrollView auto resize when the keyboard appears. It literally cannot get easier than this, and you don't even need to subclass anything.",
6   "homepage": "https://github.com/haaakon/SingleLineKeyboardResize",
7   "license": "MIT",
8   "authors": {
9     "Hakon Bogen": "hakon.bogen@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/haaakon/SingleLineKeyboardResize.git",
13     "tag": "0.1.3"
14   },
15   "social_media_url": "https://twitter.com/_haaakon",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "UIViewController+Keyboard.swift",
21   "frameworks": "UIKit"