blob: a9fead8a95fea49d93688d693c5bd6cbe0220dda [file] [log] [blame]
{
"name": "BetterTextField",
"version": "0.2.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A drop-in replacement for UITextField.",
"description": "\"Handles UITextField's inability to center the placeholder and text, if text alignment is set to centered and clear button is visible.\"",
"homepage": "https://github.com/duongel/BetterTextField",
"authors": {
"Hua Duong Nguyen": "duongel@gmail.com"
},
"source": {
"git": "https://github.com/duongel/BetterTextField.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BetterTextField/*.swift",
"requires_arc": true
}