blob: 92476ebead317ce5134686db7ba27c63436eeaca [file] [log] [blame]
{
"name": "LineTextField",
"version": "1.0.7",
"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.7"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"swift_version": "5.1"
}