blob: 25225c5dece9c5b9997ba743a65b231fd2b23100 [file] [log] [blame]
{
"name": "StringifyTextField",
"version": "1.0.7",
"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.7"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"dependencies": {
"Stringify": [
"~> 1.0"
]
},
"swift_version": "5.0"
}