4 "summary": "Swift toolkit for Auth0 API",
5 "description": "Auth0 API toolkit written in Swift for iOS, watchOS, tvOS & macOS apps",
6 "homepage": "https://github.com/auth0/Auth0.swift",
10 "Auth0": "support@auth0.com"
13 "Hernan Zalazar": "hernan@auth0.com"
16 "Martin Walsh": "martin.walsh@auth0.com"
20 "git": "https://github.com/auth0/Auth0.swift.git",
23 "social_media_url": "https://twitter.com/auth0",
33 "Auth0/*.{swift,h,m}",
34 "Auth0/ObjectiveC/*.{h,m}"
41 "weak_frameworks": "AuthenticationServices",
51 "Auth0/DesktopWebAuth.swift",
52 "Auth0/NSApplication+Shared.swift"
54 "pod_target_xcconfig": {
55 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "WEB_AUTH_PLATFORM",
56 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) WEB_AUTH_PLATFORM=1"
61 "Auth0/*.{swift,h,m}",
62 "Auth0/ObjectiveC/*.{h,m}"
65 "Auth0/ControllerModalPresenter.swift",
66 "Auth0/MobileWebAuth.swift",
67 "Auth0/SafariSession.swift",
68 "Auth0/SilentSafariViewController.swift",
69 "Auth0/UIApplication+Shared.swift"
79 "pod_target_xcconfig": {
80 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "WEB_AUTH_PLATFORM",
81 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) WEB_AUTH_PLATFORM=1"
85 "source_files": "Auth0/*.swift",
87 "Auth0/ObjectiveC/A0ChallengeGenerator.h",
88 "Auth0/ObjectiveC/A0ChallengeGenerator.m",
89 "Auth0/ObjectiveC/A0RSA.h",
90 "Auth0/ObjectiveC/A0RSA.m",
91 "Auth0/ObjectiveC/A0SHA.h",
92 "Auth0/ObjectiveC/A0SHA.m",
93 "Auth0/A0SimpleKeychain+RSAPublicKey.swift",
94 "Auth0/Array+Encode.swift",
95 "Auth0/AuthCancelable.swift",
96 "Auth0/AuthProvider.swift",
97 "Auth0/AuthSession.swift",
98 "Auth0/AuthTransaction.swift",
99 "Auth0/AuthenticationServicesSession.swift",
100 "Auth0/AuthenticationServicesSessionCallback.swift",
101 "Auth0/BaseAuthTransaction.swift",
102 "Auth0/BaseWebAuth.swift",
103 "Auth0/BioAuthentication.swift",
104 "Auth0/ClaimValidators.swift",
105 "Auth0/IDTokenSignatureValidator.swift",
106 "Auth0/IDTokenValidator.swift",
107 "Auth0/IDTokenValidatorContext.swift",
108 "Auth0/JWK+RSA.swift",
109 "Auth0/JWT+Header.swift",
110 "Auth0/JWTAlgorithm.swift",
111 "Auth0/NativeAuth.swift",
112 "Auth0/NSURLComponents+OAuth2.swift",
113 "Auth0/OAuth2Grant.swift",
114 "Auth0/ResponseType.swift",
115 "Auth0/SessionCallbackTransaction.swift",
116 "Auth0/SessionTransaction.swift",
117 "Auth0/TransactionStore.swift",
118 "Auth0/WebAuthenticatable.swift",
119 "Auth0/WebAuthError.swift",
120 "Auth0/_ObjectiveWebAuth.swift",
121 "Auth0/ControllerModalPresenter.swift",
122 "Auth0/MobileWebAuth.swift",
123 "Auth0/SafariSession.swift",
124 "Auth0/SilentSafariViewController.swift",
125 "Auth0/UIApplication+Shared.swift",
126 "Auth0/DesktopWebAuth.swift",
127 "Auth0/NSApplication+Shared.swift"
139 "source_files": "Auth0/*.swift",
141 "Auth0/ObjectiveC/A0ChallengeGenerator.h",
142 "Auth0/ObjectiveC/A0ChallengeGenerator.m",
143 "Auth0/ObjectiveC/A0RSA.h",
144 "Auth0/ObjectiveC/A0RSA.m",
145 "Auth0/ObjectiveC/A0SHA.h",
146 "Auth0/ObjectiveC/A0SHA.m",
147 "Auth0/A0SimpleKeychain+RSAPublicKey.swift",
148 "Auth0/Array+Encode.swift",
149 "Auth0/AuthCancelable.swift",
150 "Auth0/AuthProvider.swift",
151 "Auth0/AuthSession.swift",
152 "Auth0/AuthTransaction.swift",
153 "Auth0/AuthenticationServicesSession.swift",
154 "Auth0/AuthenticationServicesSessionCallback.swift",
155 "Auth0/BaseAuthTransaction.swift",
156 "Auth0/BaseWebAuth.swift",
157 "Auth0/BioAuthentication.swift",
158 "Auth0/ClaimValidators.swift",
159 "Auth0/IDTokenSignatureValidator.swift",
160 "Auth0/IDTokenValidator.swift",
161 "Auth0/IDTokenValidatorContext.swift",
162 "Auth0/JWK+RSA.swift",
163 "Auth0/JWT+Header.swift",
164 "Auth0/JWTAlgorithm.swift",
165 "Auth0/NativeAuth.swift",
166 "Auth0/NSURLComponents+OAuth2.swift",
167 "Auth0/OAuth2Grant.swift",
168 "Auth0/ResponseType.swift",
169 "Auth0/SessionCallbackTransaction.swift",
170 "Auth0/SessionTransaction.swift",
171 "Auth0/TransactionStore.swift",
172 "Auth0/WebAuthenticatable.swift",
173 "Auth0/WebAuthError.swift",
174 "Auth0/_ObjectiveWebAuth.swift",
175 "Auth0/ControllerModalPresenter.swift",
176 "Auth0/MobileWebAuth.swift",
177 "Auth0/SafariSession.swift",
178 "Auth0/SilentSafariViewController.swift",
179 "Auth0/UIApplication+Shared.swift",
180 "Auth0/DesktopWebAuth.swift",
181 "Auth0/NSApplication+Shared.swift"
203 "swift_version": "5.5"