[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 9 / 1 / TSAuthentication / 1.1.0 / TSAuthentication.podspec.json
blob5e0fb27e9efeac9976e850c3e5292ff9ac0f67b9
2   "name": "TSAuthentication",
3   "version": "1.1.0",
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.0"
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"