[Add] CleverPush 1.32.4
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 2.10.0 / Auth0.podspec.json
blob9d9dbd6ea1e0817623e7be18b1413ab9af2b35dd
2   "name": "Auth0",
3   "version": "2.10.0",
4   "summary": "Auth0 SDK for Apple platforms",
5   "description": "Auth0 SDK for iOS, macOS, tvOS, watchOS and visionOS apps.",
6   "homepage": "https://github.com/auth0/Auth0.swift",
7   "license": "MIT",
8   "authors": {
9     "Auth0": "support@auth0.com",
10     "Rita Zerrizuela": "rita.zerrizuela@auth0.com"
11   },
12   "source": {
13     "git": "https://github.com/auth0/Auth0.swift.git",
14     "tag": "2.10.0"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "source_files": "Auth0/*.swift",
18   "resource_bundles": {
19     "Auth0": "Auth0/PrivacyInfo.xcprivacy"
20   },
21   "swift_versions": [
22     "5.9"
23   ],
24   "dependencies": {
25     "SimpleKeychain": [
26       "1.2.0"
27     ],
28     "JWTDecode": [
29       "3.2.0"
30     ]
31   },
32   "platforms": {
33     "ios": "14.0",
34     "osx": "11.0",
35     "tvos": "14.0",
36     "watchos": "7.0",
37     "visionos": "1.0"
38   },
39   "ios": {
40     "exclude_files": [
41       "Auth0/DesktopWebAuth.swift"
42     ],
43     "pod_target_xcconfig": {
44       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "WEB_AUTH_PLATFORM"
45     }
46   },
47   "osx": {
48     "exclude_files": [
49       "Auth0/MobileWebAuth.swift"
50     ],
51     "pod_target_xcconfig": {
52       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "WEB_AUTH_PLATFORM"
53     }
54   },
55   "tvos": {
56     "exclude_files": [
57       "Auth0/Array+Encode.swift",
58       "Auth0/ASProvider.swift",
59       "Auth0/AuthTransaction.swift",
60       "Auth0/Auth0WebAuth.swift",
61       "Auth0/BioAuthentication.swift",
62       "Auth0/ChallengeGenerator.swift",
63       "Auth0/ClaimValidators.swift",
64       "Auth0/ClearSessionTransaction.swift",
65       "Auth0/IDTokenSignatureValidator.swift",
66       "Auth0/IDTokenValidator.swift",
67       "Auth0/IDTokenValidatorContext.swift",
68       "Auth0/JWK+RSA.swift",
69       "Auth0/JWT+Header.swift",
70       "Auth0/JWTAlgorithm.swift",
71       "Auth0/LoginTransaction.swift",
72       "Auth0/NSURLComponents+OAuth2.swift",
73       "Auth0/OAuth2Grant.swift",
74       "Auth0/SafariProvider.swift",
75       "Auth0/TransactionStore.swift",
76       "Auth0/WebAuth.swift",
77       "Auth0/WebAuthentication.swift",
78       "Auth0/WebAuthError.swift",
79       "Auth0/WebAuthUserAgent.swift",
80       "Auth0/UIWindow+TopViewController.swift",
81       "Auth0/WebViewProvider.swift",
82       "Auth0/MobileWebAuth.swift",
83       "Auth0/DesktopWebAuth.swift"
84     ]
85   },
86   "watchos": {
87     "exclude_files": [
88       "Auth0/Array+Encode.swift",
89       "Auth0/ASProvider.swift",
90       "Auth0/AuthTransaction.swift",
91       "Auth0/Auth0WebAuth.swift",
92       "Auth0/BioAuthentication.swift",
93       "Auth0/ChallengeGenerator.swift",
94       "Auth0/ClaimValidators.swift",
95       "Auth0/ClearSessionTransaction.swift",
96       "Auth0/IDTokenSignatureValidator.swift",
97       "Auth0/IDTokenValidator.swift",
98       "Auth0/IDTokenValidatorContext.swift",
99       "Auth0/JWK+RSA.swift",
100       "Auth0/JWT+Header.swift",
101       "Auth0/JWTAlgorithm.swift",
102       "Auth0/LoginTransaction.swift",
103       "Auth0/NSURLComponents+OAuth2.swift",
104       "Auth0/OAuth2Grant.swift",
105       "Auth0/SafariProvider.swift",
106       "Auth0/TransactionStore.swift",
107       "Auth0/WebAuth.swift",
108       "Auth0/WebAuthentication.swift",
109       "Auth0/WebAuthError.swift",
110       "Auth0/WebAuthUserAgent.swift",
111       "Auth0/UIWindow+TopViewController.swift",
112       "Auth0/WebViewProvider.swift",
113       "Auth0/MobileWebAuth.swift",
114       "Auth0/DesktopWebAuth.swift"
115     ]
116   },
117   "visionos": {
118     "exclude_files": [
119       "Auth0/DesktopWebAuth.swift"
120     ],
121     "pod_target_xcconfig": {
122       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "WEB_AUTH_PLATFORM"
123     }
124   },
125   "swift_version": "5.9"