blob: 6f6bdda8d4b86c3c43516842c3c4d9d61ff2fd0f [file] [log] [blame]
{
"name": "VENTouchLock",
"version": "1.11.0",
"summary": "A passcode framework that features Touch ID",
"description": " An easy to use passcode framework used in the Venmo app.\n",
"homepage": "https://www.github.com/venmo/VENTouchLock",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Venmo": "ios@venmo.com"
},
"source": {
"git": "https://github.com/venmo/VENTouchLock.git",
"tag": "v1.11.0"
},
"source_files": "VENTouchLock/**/*.{h,m}",
"resources": [
"VENTouchLock/**/*.{xib}"
],
"dependencies": {
"SSKeychain": [
"~> 1.0"
]
},
"frameworks": "LocalAuthentication",
"platforms": {
"ios": "7.0"
},
"requires_arc": true
}