blob: e8cc8a404b1cffd0b277dbec62c2d57717fb7df4 [file] [log] [blame]
{
"name": "ABCPinTextFieldInput",
"version": "0.1",
"summary": "A simple pin code input control / 一个简单的pin码输入控件",
"homepage": "https://github.com/AKACoder/ABCPinTextFieldInput/",
"license": {
"type": "MIT"
},
"authors": {
"AKACoder": "akacoder@outlook.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/AKACoder/ABCPinTextFieldInput.git",
"tag": "0.1"
},
"source_files": "SourceCode/**/*.{swift}",
"requires_arc": true,
"dependencies": {
"AsyncSwift": [
"2.0.4"
],
"Neon": [
"0.4.0"
]
}
}