blob: 01fb17f74ffbbbd3ed384583a21a33460c46fd8f [file] [log] [blame]
{
"name": "PQCheck",
"version": "4.0.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": "v4.0.0"
},
"resource_bundles": {
"PQCheck": [
"**/*.{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++"
}
}
}