[Add] TrustDecisionPro 4.2.7
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 1.21.0 / Auth0.podspec.json
bloba0ce079d21e5f044a72a03fbeb6ffd1070c0ddc2
2   "name": "Auth0",
3   "version": "1.21.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.21.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   },
48   "osx": {
49     "source_files": "Auth0/*.swift",
50     "exclude_files": [
51       "Auth0/_ObjectiveWebAuth.swift",
52       "Auth0/ControllerModalPresenter.swift",
53       "Auth0/OAuth2Grant.swift",
54       "Auth0/AuthTransaction.swift",
55       "Auth0/TransactionStore.swift",
56       "Auth0/WebAuth.swift",
57       "Auth0/WebAuthError.swift",
58       "Auth0/SafariWebAuth.swift",
59       "Auth0/AuthSession.swift",
60       "Auth0/SafariSession.swift",
61       "Auth0/SafariAuthenticationSession.swift",
62       "Auth0/SafariAuthenticationCallback.swift",
63       "Auth0/SilentSafariViewController.swift",
64       "Auth0/NativeAuth.swift",
65       "Auth0/AuthProvider.swift",
66       "Auth0/BioAuthentication.swift",
67       "Auth0/A0RSA.h",
68       "Auth0/A0RSA.m",
69       "Auth0/A0SHA.h",
70       "Auth0/A0SHA.m",
71       "Auth0/A0SimpleKeychain+RSAPublicKey.swift",
72       "Auth0/Array+Encode.swift",
73       "Auth0/ClaimValidators.swift",
74       "Auth0/IDTokenSignatureValidator.swift",
75       "Auth0/IDTokenValidator.swift",
76       "Auth0/IDTokenValidatorContext.swift",
77       "Auth0/JWT+Header.swift",
78       "Auth0/JWK+RSA.swift",
79       "Auth0/JWTAlgorithm.swift"
80     ],
81     "dependencies": {
82       "SimpleKeychain": [
84       ],
85       "JWTDecode": [
87       ]
88     }
89   },
90   "watchos": {
91     "source_files": "Auth0/*.swift",
92     "exclude_files": [
93       "Auth0/_ObjectiveWebAuth.swift",
94       "Auth0/ControllerModalPresenter.swift",
95       "Auth0/OAuth2Grant.swift",
96       "Auth0/AuthTransaction.swift",
97       "Auth0/TransactionStore.swift",
98       "Auth0/WebAuth.swift",
99       "Auth0/WebAuthError.swift",
100       "Auth0/SafariWebAuth.swift",
101       "Auth0/AuthSession.swift",
102       "Auth0/SafariSession.swift",
103       "Auth0/SafariAuthenticationSession.swift",
104       "Auth0/SafariAuthenticationCallback.swift",
105       "Auth0/SilentSafariViewController.swift",
106       "Auth0/NativeAuth.swift",
107       "Auth0/AuthProvider.swift",
108       "Auth0/BioAuthentication.swift",
109       "Auth0/CredentialsManagerError.swift",
110       "Auth0/CredentialsManager.swift",
111       "Auth0/A0RSA.h",
112       "Auth0/A0RSA.m",
113       "Auth0/A0SHA.h",
114       "Auth0/A0SHA.m",
115       "Auth0/A0SimpleKeychain+RSAPublicKey.swift",
116       "Auth0/Array+Encode.swift",
117       "Auth0/ClaimValidators.swift",
118       "Auth0/IDTokenSignatureValidator.swift",
119       "Auth0/IDTokenValidator.swift",
120       "Auth0/IDTokenValidatorContext.swift",
121       "Auth0/JWT+Header.swift",
122       "Auth0/JWK+RSA.swift",
123       "Auth0/JWTAlgorithm.swift"
124     ],
125     "dependencies": {
126       "JWTDecode": [
128       ]
129     }
130   },
131   "tvos": {
132     "source_files": "Auth0/*.swift",
133     "exclude_files": [
134       "Auth0/_ObjectiveWebAuth.swift",
135       "Auth0/ControllerModalPresenter.swift",
136       "Auth0/OAuth2Grant.swift",
137       "Auth0/AuthTransaction.swift",
138       "Auth0/TransactionStore.swift",
139       "Auth0/WebAuth.swift",
140       "Auth0/WebAuthError.swift",
141       "Auth0/SafariWebAuth.swift",
142       "Auth0/AuthSession.swift",
143       "Auth0/SafariSession.swift",
144       "Auth0/SafariAuthenticationSession.swift",
145       "Auth0/SafariAuthenticationCallback.swift",
146       "Auth0/SilentSafariViewController.swift",
147       "Auth0/NativeAuth.swift",
148       "Auth0/AuthProvider.swift",
149       "Auth0/BioAuthentication.swift",
150       "Auth0/A0RSA.h",
151       "Auth0/A0RSA.m",
152       "Auth0/A0SHA.h",
153       "Auth0/A0SHA.m",
154       "Auth0/A0SimpleKeychain+RSAPublicKey.swift",
155       "Auth0/Array+Encode.swift",
156       "Auth0/ClaimValidators.swift",
157       "Auth0/IDTokenSignatureValidator.swift",
158       "Auth0/IDTokenValidator.swift",
159       "Auth0/IDTokenValidatorContext.swift",
160       "Auth0/JWT+Header.swift",
161       "Auth0/JWK+RSA.swift",
162       "Auth0/JWTAlgorithm.swift"
163     ],
164     "dependencies": {
165       "SimpleKeychain": [
167       ],
168       "JWTDecode": [
170       ]
171     }
172   },
173   "swift_versions": [
174     "4.0",
175     "4.1",
176     "4.2",
177     "5.0"
178   ],
179   "swift_version": "5.0"