blob: 50948b5691049eec16ab3dab9f0aa8987e156b79 [file] [log] [blame]
{
"name": "ZHJIdentitySDK",
"version": "0.0.6",
"summary": "Authentication SDK for ios.",
"description": "The SDK is used to verify user identity and live detection.",
"homepage": "https://github.com/zhj1214/ZHJIdentitySDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hongjun.zhang": "zhj1214@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhj1214/ZHJIdentitySDK.git",
"tag": "0.0.6"
},
"source_files": "PublicAPI/**/*.{h,m}",
"frameworks": [
"UIkit",
"Security",
"CFNetwork",
"VideoToolbox",
"JavaScriptCore",
"CoreTelephony",
"AdSupport",
"SystemConfiguration",
"AudioToolbox",
"CoreMotion"
],
"libraries": [
"iconv",
"z",
"z.1.2.5"
],
"dependencies": {
"AFNetworking": [
"~> 3.2"
]
}
}