[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / a / 8 / ODScrollView / 1.0.2 / ODScrollView.podspec.json
blob1e6be877f9e4391bbda0448b677ade2676a81559
2   "name": "ODScrollView",
3   "version": "1.0.2",
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.2"
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"