blob: 16267586a27309d67cfee5de3fea65adf37839dc [file] [log] [blame]
{
"name": "UnifyID-GaitAuth",
"version": "4.4.0",
"summary": "Human Gait Based Passive Authentication",
"description": "Capture, process, and build individualized models for passively identifing mobile app\nusers based on their \"Gait\", or walking style.",
"homepage": "https://github.com/UnifyID/unifyid-ios-sdk",
"license": {
"type": "Commercial",
"text": "See https://unify.id/terms"
},
"authors": {
"UnifyID": "support@unify.id"
},
"source": {
"http": "https://github.com/UnifyID/unifyid-ios-sdk/releases/download/UnifyID-GaitAuth-v4.4.0/UnifyID-GaitAuth-v4.4.0.zip"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"requires_arc": true,
"static_framework": true,
"cocoapods_version": ">= 1.10.0.rc.1",
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386 arm64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386 arm64"
},
"xcconfig": {
"BUILD_LIBRARY_FOR_DISTRIBUTION": "YES",
"SWIFT_INCLUDE_PATHS": "$(inherited) \"${PODS_XCFRAMEWORKS_BUILD_DIR}/Clibsodium\"",
"OTHER_LDFLAGS": "$(inherited) -ObjC -l\"sodium\" -framework SwiftProtobuf",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386 arm64"
},
"vendored_frameworks": [
"GaitAuth.xcframework",
"UnifyIDUtilsSeer.xcframework"
],
"dependencies": {
"UnifyID-Core": [
"~> 4.4.0"
]
},
"libraries": [
"z",
"c++"
],
"swift_version": "5.1"
}