blob: cdf10ee1365a43c41524b0e9190f6487b925a10b [file] [log] [blame]
{
"name": "UnifyID-HumanDetect",
"version": "3.2.1",
"summary": "Passive detect whether your app is being used by a human or a bot.",
"homepage": "https://github.com/UnifyID/unifyid-ios-sdk/blob/master/HumanDetect",
"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-HumanDetect-v3.2.1/UnifyID-HumanDetect-v3.2.1.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": [
"HumanDetect.xcframework"
],
"dependencies": {
"UnifyID-Core": [
"~> 4.4.0"
]
},
"swift_version": "5.1"
}