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