blob: b7078a308e165ed7dd5f190b6e51a01db7ba4f60 [file] [log] [blame]
{
"name": "CHAuthCodeTextFieldView",
"version": "0.0.3",
"summary": "验证码输入框组件",
"homepage": "https://github.com/MeteoriteMan/CHAuthCodeTextFieldView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"张晨晖": "shdows007@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/MeteoriteMan/CHAuthCodeTextFieldView.git",
"tag": "0.0.3"
},
"source_files": "CHAuthCodeTextFieldView/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"Masonry"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}