blob: 4fe204f5d2d1ec945d69b72d22f285285081f604 [file] [log] [blame]
{
"name": "TYTextField",
"version": "0.1.7",
"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.7"
},
"platforms": {
"ios": "10.0"
},
"source_files": "TYTextField/Classes/**/*",
"resources": [
"TYTextField/Assets/*"
],
"swift_versions": "5.0",
"dependencies": {
"SnapKit": [
"~> 5.0.1"
],
"PhoneNumberKit": [
"~> 3.2.0"
]
},
"swift_version": "5.0"
}