blob: 6a95f25145c879bc7a670d1c0dac555f455f2153 [file] [log] [blame]
{
"name": "MultilineTextField",
"version": "1.0.0",
"summary": "UITextField with multiple lines (or UITextView with placeholder)",
"description": "This can be seen as a `UITextField` with multiple lines, but under the hood it is just a `UITextView` which aims to provide many of the functionalities currently available in the `UITextField` class. Currently the following functionalities are supported:\n\n+ Multiple lines\n+ Customizable left view\n+ Customizable placeholder text",
"homepage": "https://github.com/rlaguilar/MultilineTextField",
"screenshots": [
"https://raw.githubusercontent.com/rlaguilar/MultilineTextField/master/Example/img-multiple-lines.jpg",
"https://raw.githubusercontent.com/rlaguilar/MultilineTextField/master/Example/img-placeholder.jpg"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rlaguilar": "rlac1990@gmail.com"
},
"source": {
"git": "https://github.com/rlaguilar/MultilineTextField.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"swift_versions": [
"4.0",
"5.0"
],
"frameworks": "UIKit",
"swift_version": "5.0"
}