blob: 9bb05f74836195e1ea02c22e907fd174a147beaf [file] [log] [blame]
{
"name": "StringifyTextField",
"version": "1.0.10",
"summary": "Custom UITextField is based on Stringify framework functionality.",
"homepage": "https://github.com/NovichenkoAnton/StringifyTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Novichenko": "novichenko.anton@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/NovichenkoAnton/StringifyTextField.git",
"tag": "1.0.10"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"dependencies": {
"Stringify": [
"~> 1.0"
]
},
"swift_version": "5.0"
}