blob: 8c57e311c30022a4f09206fb375375b2bc12513a [file] [log] [blame]
{
"name": "SQLCodeInputView",
"version": "0.0.1",
"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.1"
},
"source_files": [
"SQLCodeInputView",
"SQLCodeInputView/**/*.{h,m}"
],
"exclude_files": "",
"resource_bundles": {
"DFDraw": [
"SQLCodeInputView/**/*.{xib,png,xcassets}"
]
},
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}