blob: 6dddabf55152cd6569d7ffc06f6207ccf75ac52c [file] [log] [blame]
{
"name": "SyNeTextView",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SyNeTextView/**/*.{h,m,swift}",
"resources": "SyNeTextView/**/*.xcassets",
"dependencies": {
"SyNeNextResponder": [
]
}
}