blob: 5add5d540b5d67448b72249980bf9495f6481118 [file] [log] [blame]
{
"name": "PasscodeLock",
"version": "1.0.2",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"summary": "An iOS passcode lock with Touch ID authentication written in Swift.",
"homepage": "https://github.com/velikanov/SwiftPasscodeLock",
"authors": {
"Yanko Dimitrov": "",
"Chris Ziogas": ""
},
"source": {
"git": "https://github.com/velikanov/SwiftPasscodeLock.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"PasscodeLock/*.{h,swift}",
"PasscodeLock/*/*.{swift}"
],
"resources": [
"PasscodeLock/Views/PasscodeLockView.xib",
"PasscodeLock/en.lproj/*"
],
"requires_arc": true
}