blob: c7ed0fb2964d722a2a355d622266efd7ec6fd3b5 [file] [log] [blame]
{
"name": "ODTouchID",
"version": "1.0.0",
"license": "MIT",
"summary": "Use Touch ID with one line in Swift",
"homepage": "https://github.com/olddonkey/ODTouchID/",
"authors": {
"olddonkey": "olddonkeyblog@gmail.com"
},
"source": {
"git": "https://github.com/olddonkey/ODTouchID.git",
"tag": "1.0.0"
},
"requires_arc": true,
"description": "Use Touch ID with one line in Swift..",
"source_files": "ODTouchID/*",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}