[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 9 / 1 / TSAuthentication / 1.1.4 / TSAuthentication.podspec.json
blob8c4c20e2d1cb48a4d3459a42d4ff70c52ee8e655
2   "name": "TSAuthentication",
3   "version": "1.1.4",
4   "summary": "The WebAuthn SDK is a client-side SDK that allows you to easily login users with biometrics based on the Transmit WebAuthn APIs.",
5   "homepage": "https://github.com/TransmitSecurity/authentication-ios-sdk",
6   "description": "The WebAuthn SDK is a client-side SDK that allows you to easily login users with biometrics based on the Transmit WebAuthn APIs. The SDK does all the heavy lifting to provide secure WebAuthn authentication, while leaving you flexibility to control the authentication logic and user experience.",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Transmit Security LTD.": "info@transmitsecurity.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5.3",
18   "source": {
19     "git": "https://github.com/TransmitSecurity/authentication-ios-sdk.git",
20     "tag": "1.1.4"
21   },
22   "vendored_frameworks": "Sources/TSAuthenticationSDK.xcframework*",
23   "dependencies": {
24     "TSCoreSDK": [
25       "~> 1.0.24"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "user_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "swift_version": "5.3"