blob: ed39732a1e385d2462570a67a367e9012530ff1c [file] [log] [blame]
{
"name": "TYTextField",
"version": "0.1.2",
"summary": "A simple textfield framework which include phone number and pin code input",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/werurty@163.com/TYTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"werurty@163.com": "tyacal9527@gmail.com"
},
"source": {
"git": "https://github.com/fishmanlol/TYTextField.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "TYTextField/Classes/**/*",
"swift_versions": "5.0",
"dependencies": {
"SnapKit": [
"~> 5.0.1"
],
"PhoneNumberKit": [
"~> 3.1.0"
]
},
"swift_version": "5.0"
}