[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / a / 8 / ODScrollView / 1.0.1 / ODScrollView.podspec.json
blobf5bf2872ccca21e0954965351c8947c3dfba4976
2   "name": "ODScrollView",
3   "version": "1.0.1",
4   "summary": "ODScrollView is a UIScrollView 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": "1.0.1"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": [
22     "5.0",
23     "5.1",
24     "5.2"
25   ],
26   "source_files": "Sources/ODScrollView/Classes/**/*",
27   "frameworks": "UIKit",
28   "swift_version": "5.2"