[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 1.24.0 / Auth0.podspec.json
blob39cbb1507f9e6907e4d347862917f3242fc13cd8
2   "name": "Auth0",
3   "version": "1.24.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.24.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   },
52   "osx": {
53     "source_files": "Auth0/*.{swift,h,m}",
54     "exclude_files": [
55       "Auth0/ControllerModalPresenter.swift",
56       "Auth0/MobileWebAuth.swift",
57       "Auth0/SafariSession.swift",
58       "Auth0/SilentSafariViewController.swift",
59       "Auth0/UIApplication+Shared.swift"
60     ],
61     "dependencies": {
62       "SimpleKeychain": [
64       ],
65       "JWTDecode": [
67       ]
68     }
69   },
70   "watchos": {
71     "source_files": "Auth0/*.swift",
72     "exclude_files": [
73       "Auth0/A0ChallengeGenerator.h",
74       "Auth0/A0ChallengeGenerator.m",
75       "Auth0/A0RSA.h",
76       "Auth0/A0RSA.m",
77       "Auth0/A0SHA.h",
78       "Auth0/A0SHA.m",
79       "Auth0/A0SimpleKeychain+RSAPublicKey.swift",
80       "Auth0/Array+Encode.swift",
81       "Auth0/AuthCancelable.swift",
82       "Auth0/AuthProvider.swift",
83       "Auth0/AuthSession.swift",
84       "Auth0/AuthTransaction.swift",
85       "Auth0/AuthenticationServicesSession.swift",
86       "Auth0/AuthenticationServicesSessionCallback.swift",
87       "Auth0/BaseAuthTransaction.swift",
88       "Auth0/BaseWebAuth.swift",
89       "Auth0/BioAuthentication.swift",
90       "Auth0/ClaimValidators.swift",
91       "Auth0/IDTokenSignatureValidator.swift",
92       "Auth0/IDTokenValidator.swift",
93       "Auth0/IDTokenValidatorContext.swift",
94       "Auth0/JWK+RSA.swift",
95       "Auth0/JWT+Header.swift",
96       "Auth0/JWTAlgorithm.swift",
97       "Auth0/NativeAuth.swift",
98       "Auth0/NSURLComponents+OAuth2.swift",
99       "Auth0/OAuth2Grant.swift",
100       "Auth0/ResponseType.swift",
101       "Auth0/SessionCallbackTransaction.swift",
102       "Auth0/SessionTransaction.swift",
103       "Auth0/TransactionStore.swift",
104       "Auth0/WebAuth.swift",
105       "Auth0/WebAuthError.swift",
106       "Auth0/_ObjectiveWebAuth.swift",
107       "Auth0/ControllerModalPresenter.swift",
108       "Auth0/MobileWebAuth.swift",
109       "Auth0/SafariSession.swift",
110       "Auth0/SilentSafariViewController.swift",
111       "Auth0/UIApplication+Shared.swift",
112       "Auth0/DesktopWebAuth.swift",
113       "Auth0/NSApplication+Shared.swift",
114       "Auth0/CredentialsManager.swift",
115       "Auth0/CredentialsManagerError.swift"
116     ],
117     "dependencies": {
118       "JWTDecode": [
120       ]
121     }
122   },
123   "tvos": {
124     "source_files": "Auth0/*.swift",
125     "exclude_files": [
126       "Auth0/A0ChallengeGenerator.h",
127       "Auth0/A0ChallengeGenerator.m",
128       "Auth0/A0RSA.h",
129       "Auth0/A0RSA.m",
130       "Auth0/A0SHA.h",
131       "Auth0/A0SHA.m",
132       "Auth0/A0SimpleKeychain+RSAPublicKey.swift",
133       "Auth0/Array+Encode.swift",
134       "Auth0/AuthCancelable.swift",
135       "Auth0/AuthProvider.swift",
136       "Auth0/AuthSession.swift",
137       "Auth0/AuthTransaction.swift",
138       "Auth0/AuthenticationServicesSession.swift",
139       "Auth0/AuthenticationServicesSessionCallback.swift",
140       "Auth0/BaseAuthTransaction.swift",
141       "Auth0/BaseWebAuth.swift",
142       "Auth0/BioAuthentication.swift",
143       "Auth0/ClaimValidators.swift",
144       "Auth0/IDTokenSignatureValidator.swift",
145       "Auth0/IDTokenValidator.swift",
146       "Auth0/IDTokenValidatorContext.swift",
147       "Auth0/JWK+RSA.swift",
148       "Auth0/JWT+Header.swift",
149       "Auth0/JWTAlgorithm.swift",
150       "Auth0/NativeAuth.swift",
151       "Auth0/NSURLComponents+OAuth2.swift",
152       "Auth0/OAuth2Grant.swift",
153       "Auth0/ResponseType.swift",
154       "Auth0/SessionCallbackTransaction.swift",
155       "Auth0/SessionTransaction.swift",
156       "Auth0/TransactionStore.swift",
157       "Auth0/WebAuth.swift",
158       "Auth0/WebAuthError.swift",
159       "Auth0/_ObjectiveWebAuth.swift",
160       "Auth0/ControllerModalPresenter.swift",
161       "Auth0/MobileWebAuth.swift",
162       "Auth0/SafariSession.swift",
163       "Auth0/SilentSafariViewController.swift",
164       "Auth0/UIApplication+Shared.swift",
165       "Auth0/DesktopWebAuth.swift",
166       "Auth0/NSApplication+Shared.swift"
167     ],
168     "dependencies": {
169       "SimpleKeychain": [
171       ],
172       "JWTDecode": [
174       ]
175     }
176   },
177   "swift_versions": [
178     "4.0",
179     "4.1",
180     "4.2",
181     "5.0",
182     "5.1",
183     "5.2"
184   ],
185   "swift_version": "5.2"