blob: 1966f59df40cbc4154b5b0608a199cda7515d578 [file] [log] [blame]
{
"name": "SwiftPasscodeLock",
"version": "1.1.4",
"summary": "Pin code validation written in swift",
"description": "A Swift implementation of passcode lock for iOS with TouchID authentication.",
"homepage": "https://github.com/IceFloe/SwiftPasscodeLock",
"license": "MIT",
"authors": {
"Alex Gurin": "ohur@softserveinc.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/IceFloe/SwiftPasscodeLock.git",
"tag": "1.1.4"
},
"source_files": "**/*.{h,m,swift}",
"exclude_files": "PasscodeLockDemo",
"resources": [
"**/*.xib",
"**/*.strings"
]
}