[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 9 / 1 / TSAuthentication / 1.1.1 / TSAuthentication.podspec.json
bloba5f9b547f7f51f3f25198149b7bb5b11da0f8dfd
2   "name": "TSAuthentication",
3   "version": "1.1.1",
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.1"
21   },
22   "vendored_frameworks": "Sources/TSAuthenticationSDK.xcframework*",
23   "dependencies": {
24     "TSCoreSDK": [
25       "~> 1.0.21"
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"