blob: de85ac639f6f7bf1b14f294c10e50780790030d1 [file] [log] [blame]
{
"name": "JJPaymentCodeInputView",
"version": "1.0.0",
"summary": "a payment code inputview like common app",
"description": "TODO: Add long description of the pod here.\n 1、一个简单的类似支付密码输入的弹框,设计原理是,一个隐藏的TextField,始终是第一响应者,根据Text的数量进行操作\n 2、reset是重置方法\n 3、支持设置密码的个数 lengthOfPassword = 6 默认",
"homepage": "https://github.com/snailjj/JJPaymentCodeInputView",
"swift_version": "4.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"snailjj": "snail@snailjj.com"
},
"source": {
"git": "https://github.com/snailjj/JJPaymentCodeInputView.git",
"tag": "1.0.0"
},
"social_media_url": "https://www.snailjj.com",
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"requires_arc": true,
"source_files": "JJPaymentCodeInputView/Classes/*.swift",
"deprecated": true
}