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