blob: e9b4a348754b0de57e9163d3dfca7c115a8271cf [file] [log] [blame]
{
"name": "TipTextField",
"version": "0.1.0",
"summary": "A short description of TipTextField.",
"description": "A UITextField class in Swift that helps the user show a validation message right under the textField.",
"homepage": "https://github.com/chinesejian/TipTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chinesejian": "jason@interactivelabs.co"
},
"source": {
"git": "https://github.com/chinesejian/TipTextField.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TipTextField/Classes/**/*"
}