[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 4 / 2 / d / AutoKeyboardScrollView / 1.5 / AutoKeyboardScrollView.podspec.json
blob34858f3a8485a54d43014a39123d44a0832d91bf
2   "name": "AutoKeyboardScrollView",
3   "version": "1.5",
4   "summary": "AutoKeyboardScrollView moves text fileds up when keyboard appears",
5   "description": "AutoKeyboardScrollView is an UIScrollView subclass which makes showing and dismissing keyboard for UITextFields much easier. It works with Auto Layout",
6   "homepage": "https://github.com/honghaoz/AutoKeyboardScrollView",
7   "screenshots": "https://raw.githubusercontent.com/honghaoz/AutoKeyboardScrollView/master/demo.gif",
8   "license": "MIT",
9   "authors": {
10     "Honghao Zhang": "zhh358@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/honghaoz/AutoKeyboardScrollView.git",
14     "tag": "1.5"
15   },
16   "swift_versions": "5.0",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Source/*",
22   "frameworks": "UIKit",
23   "swift_version": "5.0"