blob: 7c4f30a93a19773cc176427117a122bc99f0e9ea [file] [log] [blame]
{
"name": "SyNeTextView",
"version": "0.1.2",
"summary": "SyNeTextView: A UITextView with UITextView and UITextField behaviors.",
"description": "SyNeTextView can be configured to end editing when a return/enter and/or tab is pressed;\nSimply change SyNeTextView.editingMode for the different configurations.",
"homepage": "https://github.com/shawnynicole/SyNeTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shawnynicole": "21274059+shawnynicole@users.noreply.github.com"
},
"source": {
"git": "https://github.com/shawnynicole/SyNeTextView.git",
"tag": "Release/0.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SyNeTextView/Classes/**/*",
"resources": "SyNeTextView/**/*.xcassets",
"dependencies": {
"SyNeNextResponder": [
]
}
}