blob: 2409c5edd193dd2e0234a7fdfbaf59df0e5bb888 [file] [log] [blame]
{
"name": "Auth0",
"version": "1.22.0",
"summary": "Swift toolkit for Auth0 API",
"description": "Auth0 API toolkit written in Swift for iOS, watchOS, tvOS & macOS apps",
"homepage": "https://github.com/auth0/Auth0.swift",
"license": "MIT",
"authors": [
{
"Auth0": "support@auth0.com"
},
{
"Hernan Zalazar": "hernan@auth0.com"
},
{
"Martin Walsh": "martin.walsh@auth0.com"
}
],
"source": {
"git": "https://github.com/auth0/Auth0.swift.git",
"tag": "1.22.0"
},
"social_media_url": "https://twitter.com/auth0",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"ios": {
"source_files": "Auth0/*.{swift,h,m}",
"frameworks": [
"UIKit",
"SafariServices",
"LocalAuthentication"
],
"weak_frameworks": "AuthenticationServices",
"dependencies": {
"SimpleKeychain": [
],
"JWTDecode": [
]
}
},
"osx": {
"source_files": "Auth0/*.swift",
"exclude_files": [
"Auth0/_ObjectiveWebAuth.swift",
"Auth0/ControllerModalPresenter.swift",
"Auth0/OAuth2Grant.swift",
"Auth0/AuthTransaction.swift",
"Auth0/TransactionStore.swift",
"Auth0/WebAuth.swift",
"Auth0/WebAuthError.swift",
"Auth0/SafariWebAuth.swift",
"Auth0/AuthSession.swift",
"Auth0/SafariSession.swift",
"Auth0/SafariAuthenticationSession.swift",
"Auth0/SafariAuthenticationCallback.swift",
"Auth0/SilentSafariViewController.swift",
"Auth0/NativeAuth.swift",
"Auth0/AuthProvider.swift",
"Auth0/BioAuthentication.swift",
"Auth0/A0ChallengeGenerator.h",
"Auth0/A0ChallengeGenerator.m",
"Auth0/A0RSA.h",
"Auth0/A0RSA.m",
"Auth0/A0SHA.h",
"Auth0/A0SHA.m",
"Auth0/A0SimpleKeychain+RSAPublicKey.swift",
"Auth0/Array+Encode.swift",
"Auth0/ClaimValidators.swift",
"Auth0/IDTokenSignatureValidator.swift",
"Auth0/IDTokenValidator.swift",
"Auth0/IDTokenValidatorContext.swift",
"Auth0/JWT+Header.swift",
"Auth0/JWK+RSA.swift",
"Auth0/JWTAlgorithm.swift"
],
"dependencies": {
"SimpleKeychain": [
],
"JWTDecode": [
]
}
},
"watchos": {
"source_files": "Auth0/*.swift",
"exclude_files": [
"Auth0/_ObjectiveWebAuth.swift",
"Auth0/ControllerModalPresenter.swift",
"Auth0/OAuth2Grant.swift",
"Auth0/AuthTransaction.swift",
"Auth0/TransactionStore.swift",
"Auth0/WebAuth.swift",
"Auth0/WebAuthError.swift",
"Auth0/SafariWebAuth.swift",
"Auth0/AuthSession.swift",
"Auth0/SafariSession.swift",
"Auth0/SafariAuthenticationSession.swift",
"Auth0/SafariAuthenticationCallback.swift",
"Auth0/SilentSafariViewController.swift",
"Auth0/NativeAuth.swift",
"Auth0/AuthProvider.swift",
"Auth0/BioAuthentication.swift",
"Auth0/A0ChallengeGenerator.h",
"Auth0/A0ChallengeGenerator.m",
"Auth0/A0RSA.h",
"Auth0/A0RSA.m",
"Auth0/A0SHA.h",
"Auth0/A0SHA.m",
"Auth0/A0SimpleKeychain+RSAPublicKey.swift",
"Auth0/Array+Encode.swift",
"Auth0/ClaimValidators.swift",
"Auth0/IDTokenSignatureValidator.swift",
"Auth0/IDTokenValidator.swift",
"Auth0/IDTokenValidatorContext.swift",
"Auth0/JWT+Header.swift",
"Auth0/JWK+RSA.swift",
"Auth0/JWTAlgorithm.swift",
"Auth0/CredentialsManagerError.swift",
"Auth0/CredentialsManager.swift"
],
"dependencies": {
"JWTDecode": [
]
}
},
"tvos": {
"source_files": "Auth0/*.swift",
"exclude_files": [
"Auth0/_ObjectiveWebAuth.swift",
"Auth0/ControllerModalPresenter.swift",
"Auth0/OAuth2Grant.swift",
"Auth0/AuthTransaction.swift",
"Auth0/TransactionStore.swift",
"Auth0/WebAuth.swift",
"Auth0/WebAuthError.swift",
"Auth0/SafariWebAuth.swift",
"Auth0/AuthSession.swift",
"Auth0/SafariSession.swift",
"Auth0/SafariAuthenticationSession.swift",
"Auth0/SafariAuthenticationCallback.swift",
"Auth0/SilentSafariViewController.swift",
"Auth0/NativeAuth.swift",
"Auth0/AuthProvider.swift",
"Auth0/BioAuthentication.swift",
"Auth0/A0ChallengeGenerator.h",
"Auth0/A0ChallengeGenerator.m",
"Auth0/A0RSA.h",
"Auth0/A0RSA.m",
"Auth0/A0SHA.h",
"Auth0/A0SHA.m",
"Auth0/A0SimpleKeychain+RSAPublicKey.swift",
"Auth0/Array+Encode.swift",
"Auth0/ClaimValidators.swift",
"Auth0/IDTokenSignatureValidator.swift",
"Auth0/IDTokenValidator.swift",
"Auth0/IDTokenValidatorContext.swift",
"Auth0/JWT+Header.swift",
"Auth0/JWK+RSA.swift",
"Auth0/JWTAlgorithm.swift"
],
"dependencies": {
"SimpleKeychain": [
],
"JWTDecode": [
]
}
},
"swift_versions": [
"4.0",
"4.1",
"4.2",
"5.0"
],
"swift_version": "5.0"
}