[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 1.23.0 / Auth0.podspec.json
blob0054ab1ae2a748ff131c42261a3ede6dbc9c77e1
2   "name": "Auth0",
3   "version": "1.23.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.23.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/A0ChallengeGenerator.h",
68       "Auth0/A0ChallengeGenerator.m",
69       "Auth0/A0RSA.h",
70       "Auth0/A0RSA.m",
71       "Auth0/A0SHA.h",
72       "Auth0/A0SHA.m",
73       "Auth0/A0SimpleKeychain+RSAPublicKey.swift",
74       "Auth0/Array+Encode.swift",
75       "Auth0/ClaimValidators.swift",
76       "Auth0/IDTokenSignatureValidator.swift",
77       "Auth0/IDTokenValidator.swift",
78       "Auth0/IDTokenValidatorContext.swift",
79       "Auth0/JWT+Header.swift",
80       "Auth0/JWK+RSA.swift",
81       "Auth0/JWTAlgorithm.swift",
82       "Auth0/UIApplication+Shared.swift"
83     ],
84     "dependencies": {
85       "SimpleKeychain": [
87       ],
88       "JWTDecode": [
90       ]
91     }
92   },
93   "watchos": {
94     "source_files": "Auth0/*.swift",
95     "exclude_files": [
96       "Auth0/_ObjectiveWebAuth.swift",
97       "Auth0/ControllerModalPresenter.swift",
98       "Auth0/OAuth2Grant.swift",
99       "Auth0/AuthTransaction.swift",
100       "Auth0/TransactionStore.swift",
101       "Auth0/WebAuth.swift",
102       "Auth0/WebAuthError.swift",
103       "Auth0/SafariWebAuth.swift",
104       "Auth0/AuthSession.swift",
105       "Auth0/SafariSession.swift",
106       "Auth0/SafariAuthenticationSession.swift",
107       "Auth0/SafariAuthenticationCallback.swift",
108       "Auth0/SilentSafariViewController.swift",
109       "Auth0/NativeAuth.swift",
110       "Auth0/AuthProvider.swift",
111       "Auth0/BioAuthentication.swift",
112       "Auth0/A0ChallengeGenerator.h",
113       "Auth0/A0ChallengeGenerator.m",
114       "Auth0/A0RSA.h",
115       "Auth0/A0RSA.m",
116       "Auth0/A0SHA.h",
117       "Auth0/A0SHA.m",
118       "Auth0/A0SimpleKeychain+RSAPublicKey.swift",
119       "Auth0/Array+Encode.swift",
120       "Auth0/ClaimValidators.swift",
121       "Auth0/IDTokenSignatureValidator.swift",
122       "Auth0/IDTokenValidator.swift",
123       "Auth0/IDTokenValidatorContext.swift",
124       "Auth0/JWT+Header.swift",
125       "Auth0/JWK+RSA.swift",
126       "Auth0/JWTAlgorithm.swift",
127       "Auth0/UIApplication+Shared.swift",
128       "Auth0/CredentialsManagerError.swift",
129       "Auth0/CredentialsManager.swift"
130     ],
131     "dependencies": {
132       "JWTDecode": [
134       ]
135     }
136   },
137   "tvos": {
138     "source_files": "Auth0/*.swift",
139     "exclude_files": [
140       "Auth0/_ObjectiveWebAuth.swift",
141       "Auth0/ControllerModalPresenter.swift",
142       "Auth0/OAuth2Grant.swift",
143       "Auth0/AuthTransaction.swift",
144       "Auth0/TransactionStore.swift",
145       "Auth0/WebAuth.swift",
146       "Auth0/WebAuthError.swift",
147       "Auth0/SafariWebAuth.swift",
148       "Auth0/AuthSession.swift",
149       "Auth0/SafariSession.swift",
150       "Auth0/SafariAuthenticationSession.swift",
151       "Auth0/SafariAuthenticationCallback.swift",
152       "Auth0/SilentSafariViewController.swift",
153       "Auth0/NativeAuth.swift",
154       "Auth0/AuthProvider.swift",
155       "Auth0/BioAuthentication.swift",
156       "Auth0/A0ChallengeGenerator.h",
157       "Auth0/A0ChallengeGenerator.m",
158       "Auth0/A0RSA.h",
159       "Auth0/A0RSA.m",
160       "Auth0/A0SHA.h",
161       "Auth0/A0SHA.m",
162       "Auth0/A0SimpleKeychain+RSAPublicKey.swift",
163       "Auth0/Array+Encode.swift",
164       "Auth0/ClaimValidators.swift",
165       "Auth0/IDTokenSignatureValidator.swift",
166       "Auth0/IDTokenValidator.swift",
167       "Auth0/IDTokenValidatorContext.swift",
168       "Auth0/JWT+Header.swift",
169       "Auth0/JWK+RSA.swift",
170       "Auth0/JWTAlgorithm.swift",
171       "Auth0/UIApplication+Shared.swift"
172     ],
173     "dependencies": {
174       "SimpleKeychain": [
176       ],
177       "JWTDecode": [
179       ]
180     }
181   },
182   "swift_versions": [
183     "4.0",
184     "4.1",
185     "4.2",
186     "5.0"
187   ],
188   "swift_version": "5.0"