[Add] TrustDecisionPro 4.2.7
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 1.25.0 / Auth0.podspec.json
blob220692616ee7637c80ab4606f94ab8db3a26e5cc
2   "name": "Auth0",
3   "version": "1.25.0",
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",
7   "license": "MIT",
8   "authors": [
9     {
10       "Auth0": "support@auth0.com"
11     },
12     {
13       "Hernan Zalazar": "hernan@auth0.com"
14     },
15     {
16       "Martin Walsh": "martin.walsh@auth0.com"
17     }
18   ],
19   "source": {
20     "git": "https://github.com/auth0/Auth0.swift.git",
21     "tag": "1.25.0"
22   },
23   "social_media_url": "https://twitter.com/auth0",
24   "platforms": {
25     "ios": "9.0",
26     "osx": "10.11",
27     "watchos": "2.0",
28     "tvos": "9.0"
29   },
30   "requires_arc": true,
31   "ios": {
32     "source_files": "Auth0/*.{swift,h,m}",
33     "frameworks": [
34       "UIKit",
35       "SafariServices",
36       "LocalAuthentication"
37     ],
38     "weak_frameworks": "AuthenticationServices",
39     "dependencies": {
40       "SimpleKeychain": [
42       ],
43       "JWTDecode": [
45       ]
46     },
47     "exclude_files": [
48       "Auth0/DesktopWebAuth.swift",
49       "Auth0/NSApplication+Shared.swift"
50     ],
51     "pod_target_xcconfig": {
52       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "WEB_AUTH_PLATFORM"
53     }
54   },
55   "osx": {
56     "source_files": "Auth0/*.{swift,h,m}",
57     "exclude_files": [
58       "Auth0/ControllerModalPresenter.swift",
59       "Auth0/MobileWebAuth.swift",
60       "Auth0/SafariSession.swift",
61       "Auth0/SilentSafariViewController.swift",
62       "Auth0/UIApplication+Shared.swift"
63     ],
64     "dependencies": {
65       "SimpleKeychain": [
67       ],
68       "JWTDecode": [
70       ]
71     },
72     "pod_target_xcconfig": {
73       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "WEB_AUTH_PLATFORM"
74     }
75   },
76   "watchos": {
77     "source_files": "Auth0/*.swift",
78     "exclude_files": [
79       "Auth0/A0ChallengeGenerator.h",
80       "Auth0/A0ChallengeGenerator.m",
81       "Auth0/A0RSA.h",
82       "Auth0/A0RSA.m",
83       "Auth0/A0SHA.h",
84       "Auth0/A0SHA.m",
85       "Auth0/A0SimpleKeychain+RSAPublicKey.swift",
86       "Auth0/Array+Encode.swift",
87       "Auth0/AuthCancelable.swift",
88       "Auth0/AuthProvider.swift",
89       "Auth0/AuthSession.swift",
90       "Auth0/AuthTransaction.swift",
91       "Auth0/AuthenticationServicesSession.swift",
92       "Auth0/AuthenticationServicesSessionCallback.swift",
93       "Auth0/BaseAuthTransaction.swift",
94       "Auth0/BaseWebAuth.swift",
95       "Auth0/BioAuthentication.swift",
96       "Auth0/ClaimValidators.swift",
97       "Auth0/IDTokenSignatureValidator.swift",
98       "Auth0/IDTokenValidator.swift",
99       "Auth0/IDTokenValidatorContext.swift",
100       "Auth0/JWK+RSA.swift",
101       "Auth0/JWT+Header.swift",
102       "Auth0/JWTAlgorithm.swift",
103       "Auth0/NativeAuth.swift",
104       "Auth0/NSURLComponents+OAuth2.swift",
105       "Auth0/OAuth2Grant.swift",
106       "Auth0/ResponseType.swift",
107       "Auth0/SessionCallbackTransaction.swift",
108       "Auth0/SessionTransaction.swift",
109       "Auth0/TransactionStore.swift",
110       "Auth0/WebAuthenticatable.swift",
111       "Auth0/WebAuthError.swift",
112       "Auth0/_ObjectiveWebAuth.swift",
113       "Auth0/ControllerModalPresenter.swift",
114       "Auth0/MobileWebAuth.swift",
115       "Auth0/SafariSession.swift",
116       "Auth0/SilentSafariViewController.swift",
117       "Auth0/UIApplication+Shared.swift",
118       "Auth0/DesktopWebAuth.swift",
119       "Auth0/NSApplication+Shared.swift",
120       "Auth0/CredentialsManager.swift",
121       "Auth0/CredentialsManagerError.swift"
122     ],
123     "dependencies": {
124       "JWTDecode": [
126       ]
127     }
128   },
129   "tvos": {
130     "source_files": "Auth0/*.swift",
131     "exclude_files": [
132       "Auth0/A0ChallengeGenerator.h",
133       "Auth0/A0ChallengeGenerator.m",
134       "Auth0/A0RSA.h",
135       "Auth0/A0RSA.m",
136       "Auth0/A0SHA.h",
137       "Auth0/A0SHA.m",
138       "Auth0/A0SimpleKeychain+RSAPublicKey.swift",
139       "Auth0/Array+Encode.swift",
140       "Auth0/AuthCancelable.swift",
141       "Auth0/AuthProvider.swift",
142       "Auth0/AuthSession.swift",
143       "Auth0/AuthTransaction.swift",
144       "Auth0/AuthenticationServicesSession.swift",
145       "Auth0/AuthenticationServicesSessionCallback.swift",
146       "Auth0/BaseAuthTransaction.swift",
147       "Auth0/BaseWebAuth.swift",
148       "Auth0/BioAuthentication.swift",
149       "Auth0/ClaimValidators.swift",
150       "Auth0/IDTokenSignatureValidator.swift",
151       "Auth0/IDTokenValidator.swift",
152       "Auth0/IDTokenValidatorContext.swift",
153       "Auth0/JWK+RSA.swift",
154       "Auth0/JWT+Header.swift",
155       "Auth0/JWTAlgorithm.swift",
156       "Auth0/NativeAuth.swift",
157       "Auth0/NSURLComponents+OAuth2.swift",
158       "Auth0/OAuth2Grant.swift",
159       "Auth0/ResponseType.swift",
160       "Auth0/SessionCallbackTransaction.swift",
161       "Auth0/SessionTransaction.swift",
162       "Auth0/TransactionStore.swift",
163       "Auth0/WebAuthenticatable.swift",
164       "Auth0/WebAuthError.swift",
165       "Auth0/_ObjectiveWebAuth.swift",
166       "Auth0/ControllerModalPresenter.swift",
167       "Auth0/MobileWebAuth.swift",
168       "Auth0/SafariSession.swift",
169       "Auth0/SilentSafariViewController.swift",
170       "Auth0/UIApplication+Shared.swift",
171       "Auth0/DesktopWebAuth.swift",
172       "Auth0/NSApplication+Shared.swift"
173     ],
174     "dependencies": {
175       "SimpleKeychain": [
177       ],
178       "JWTDecode": [
180       ]
181     }
182   },
183   "swift_versions": [
184     "4.0",
185     "4.1",
186     "4.2",
187     "5.0",
188     "5.1",
189     "5.2"
190   ],
191   "swift_version": "5.2"