[Add] TrustDecisionPro 4.2.7
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 1.38.0 / Auth0.podspec.json
blobb040d8e6dbbdc609ca4b5df6652144ff162fea30
2   "name": "Auth0",
3   "version": "1.38.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.38.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": [
33       "Auth0/*.{swift,h,m}",
34       "Auth0/ObjectiveC/*.{h,m}"
35     ],
36     "frameworks": [
37       "UIKit",
38       "SafariServices",
39       "LocalAuthentication"
40     ],
41     "weak_frameworks": "AuthenticationServices",
42     "dependencies": {
43       "SimpleKeychain": [
45       ],
46       "JWTDecode": [
47         "~> 2.0"
48       ]
49     },
50     "exclude_files": [
51       "Auth0/DesktopWebAuth.swift",
52       "Auth0/NSApplication+Shared.swift"
53     ],
54     "pod_target_xcconfig": {
55       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "WEB_AUTH_PLATFORM",
56       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) WEB_AUTH_PLATFORM=1"
57     }
58   },
59   "osx": {
60     "source_files": [
61       "Auth0/*.{swift,h,m}",
62       "Auth0/ObjectiveC/*.{h,m}"
63     ],
64     "exclude_files": [
65       "Auth0/ControllerModalPresenter.swift",
66       "Auth0/MobileWebAuth.swift",
67       "Auth0/SafariSession.swift",
68       "Auth0/SilentSafariViewController.swift",
69       "Auth0/UIApplication+Shared.swift"
70     ],
71     "dependencies": {
72       "SimpleKeychain": [
74       ],
75       "JWTDecode": [
76         "~> 2.0"
77       ]
78     },
79     "pod_target_xcconfig": {
80       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "WEB_AUTH_PLATFORM",
81       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) WEB_AUTH_PLATFORM=1"
82     }
83   },
84   "watchos": {
85     "source_files": "Auth0/*.swift",
86     "exclude_files": [
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"
128     ],
129     "dependencies": {
130       "SimpleKeychain": [
132       ],
133       "JWTDecode": [
134         "~> 2.0"
135       ]
136     }
137   },
138   "tvos": {
139     "source_files": "Auth0/*.swift",
140     "exclude_files": [
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"
182     ],
183     "dependencies": {
184       "SimpleKeychain": [
186       ],
187       "JWTDecode": [
188         "~> 2.0"
189       ]
190     }
191   },
192   "swift_versions": [
193     "4.0",
194     "4.1",
195     "4.2",
196     "5.0",
197     "5.1",
198     "5.2",
199     "5.3",
200     "5.4",
201     "5.5"
202   ],
203   "swift_version": "5.5"