[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / a / 8 / ODScrollView / 0.1.7 / ODScrollView.podspec.json
blob22fc4d8b35f01c6709f4d89541850c5164f6e00d
2   "name": "ODScrollView",
3   "version": "0.1.7",
4   "summary": "ODScrollView is a framework that moves editable text areas like UITextField and UITextView vertically depending on keyboard visibility.",
5   "description": "One of the most common situations while developing an iOS application is that is getting input from the user with UIViews that conform UITextInput protocol such as UITextField and UITextView on many screens, primarily login, registration and form screens. In these cases, we often encounter the overlap of the this UIViews with the keyboard. ODScrollView is a UIScrollView that automatically detects this UIViews and moves them according to the given settings. Besides that it has lots of other features and is developer friendly!",
6   "homepage": "https://github.com/orcundeniz/ODScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Orçun Deniz": "deniz.orcun@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/orcundeniz/ODScrollView.git",
16     "tag": "0.1.7"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": [
22     "5.0",
23     "5.1",
24     "5.2"
25   ],
26   "source_files": "ODScrollView/Classes/**/*",
27   "frameworks": "UIKit",
28   "swift_version": "5.2"