blob: 8b45be917a5946e88406862d32bbad37dc67e8e2 [file] [log] [blame]
{
"name": "LineTextField",
"version": "1.0.0",
"summary": "Custom UITextField with floated placeholder and an underline.",
"homepage": "https://github.com/NovichenkoAnton/LineTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Novichenko": "novichenko.anton@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source": {
"git": "https://github.com/NovichenkoAnton/LineTextField.git",
"tag": "1.0.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"swift_version": "5.1"
}