blob: 2067b27117b26abaa0e4161e4b3e626202d45a4d [file] [log] [blame]
{
"name": "SQLCodeInputView",
"version": "0.0.3",
"summary": "类似于验证码输入",
"description": "类似于验证码输入,依赖Masonry,可以16位输入",
"homepage": "https://github.com/beiguo172528/SQLCodeInputView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SQL": "1042612904@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/beiguo172528/SQLCodeInputView.git",
"tag": "0.0.3"
},
"source_files": [
"SQLCodeInputView",
"SQLCodeInputView/**/*.{h,m}"
],
"exclude_files": "",
"resource_bundles": {
"SQLCodeInputView": [
"SQLCodeInputView/**/*.{xib,png,xcassets}"
]
},
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}