blob: 2eb5bbbdaeaf8a37815cd628c39de8b732cdc8ae [file] [log] [blame]
{
"name": "PQCheck",
"version": "3.6.0",
"summary": "Biometric authentication iOS SDK.",
"homepage": "https://post-quantum.com/",
"authors": {
"CJ": "cjt@post-quantum.com"
},
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/post-quantum/iOS-SDKs.git",
"tag": "v3.6.0"
},
"resources": "**/*.{xib,storyboard,xcassets,json,png,ttf,strings}",
"ios": {
"vendored_frameworks": "PQCheck.framework",
"resources": "PQCheck.framework",
"xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks",
"OTHER_LDFLAGS": "-lc++"
}
}
}