blob: b93f8a5d5a63b4136bc30f97a28de6a1554c4a7e [file] [log] [blame]
{
"name": "SimplePasscodeView",
"version": "0.0.2",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/vkrmchowdary/PasscodeView",
"authors": {
"Geeko Coco": "vikramchowdary.102@gmail.com"
},
"summary": "A Passcode component for iOS",
"description": "SimplePasscodeView mimics iOS Passcode behaviour with more customizable options and can be easily integrated into any project.",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/vkrmchowdary/PasscodeView.git",
"tag": "v0.0.2"
},
"source_files": [
"SimplePasscodeView/PasscodeView/*.swift",
"SimplePasscodeView/PasscodeView/*.xib"
],
"ios": {
"frameworks": "UIKit"
}
}