blob: 27d893efd21e1bea5e3ef4d966cd74b13763d4cd [file] [log] [blame]
{
"name": "ODTouchID",
"version": "1.0.3",
"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.3"
},
"requires_arc": true,
"description": "Use Touch ID with one line in Swift.",
"source_files": "ODTouchID/*.swift",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}