blob: 4475df565c86aaa831737bff5f7578c44e173d10 [file] [log] [blame]
{
"name": "ZHAddressTextFiled",
"version": "1.1.8",
"summary": "支持自定义错误提示 未编辑 编辑中 编辑完成等状态 自定义输入框",
"homepage": "https://github.com/josercc/ZHAddressTextFiled",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"josercc": "josercc@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/josercc/ZHAddressTextFiled.git",
"tag": "1.1.8"
},
"frameworks": "UIKit",
"prepare_command": "touch Cartfile\necho 'git \"git@github.com:josercc/ZHAddressTextFiled.git\" == 1.1.8' > Cartfile\nCarthage update --platform iOS",
"dependencies": {
"Masonry": [
]
},
"subspecs": [
{
"name": "Source",
"source_files": "ZHAddressTextFiled Example/ZHAddressTextFiled/**/*.[h,m]"
},
{
"name": "Framework",
"vendored_frameworks": "Carthage/build/iOS/ZHAddressTextFiled.framework"
}
]
}