[Add] TrustDecisionPro 4.2.7
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 2.6.0 / Auth0.podspec.json
blob906bcc53c7978182dadca5aa094187a16128fcbb
2   "name": "Auth0",
3   "version": "2.6.0",
4   "summary": "Auth0 SDK for Apple platforms",
5   "description": "Auth0 SDK for iOS, macOS, tvOS, and watchOS 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.6.0"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "source_files": "Auth0/*.swift",
18   "swift_versions": [
19     "5.7",
20     "5.8"
21   ],
22   "dependencies": {
23     "SimpleKeychain": [
24       "~> 1.1"
25     ],
26     "JWTDecode": [
27       "~> 3.1"
28     ]
29   },
30   "platforms": {
31     "ios": "13.0",
32     "osx": "11.0",
33     "tvos": "13.0",
34     "watchos": "7.0"
35   },
36   "ios": {
37     "exclude_files": [
38       "Auth0/DesktopWebAuth.swift"
39     ],
40     "pod_target_xcconfig": {
41       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "WEB_AUTH_PLATFORM"
42     }
43   },
44   "osx": {
45     "exclude_files": [
46       "Auth0/MobileWebAuth.swift"
47     ],
48     "pod_target_xcconfig": {
49       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "WEB_AUTH_PLATFORM"
50     }
51   },
52   "tvos": {
53     "exclude_files": [
54       "Auth0/Array+Encode.swift",
55       "Auth0/ASProvider.swift",
56       "Auth0/AuthTransaction.swift",
57       "Auth0/Auth0WebAuth.swift",
58       "Auth0/BioAuthentication.swift",
59       "Auth0/ChallengeGenerator.swift",
60       "Auth0/ClaimValidators.swift",
61       "Auth0/ClearSessionTransaction.swift",
62       "Auth0/IDTokenSignatureValidator.swift",
63       "Auth0/IDTokenValidator.swift",
64       "Auth0/IDTokenValidatorContext.swift",
65       "Auth0/JWK+RSA.swift",
66       "Auth0/JWT+Header.swift",
67       "Auth0/JWTAlgorithm.swift",
68       "Auth0/LoginTransaction.swift",
69       "Auth0/NSURLComponents+OAuth2.swift",
70       "Auth0/OAuth2Grant.swift",
71       "Auth0/SafariProvider.swift",
72       "Auth0/TransactionStore.swift",
73       "Auth0/WebAuth.swift",
74       "Auth0/WebAuthentication.swift",
75       "Auth0/WebAuthError.swift",
76       "Auth0/WebAuthUserAgent.swift",
77       "Auth0/MobileWebAuth.swift",
78       "Auth0/DesktopWebAuth.swift"
79     ]
80   },
81   "watchos": {
82     "exclude_files": [
83       "Auth0/Array+Encode.swift",
84       "Auth0/ASProvider.swift",
85       "Auth0/AuthTransaction.swift",
86       "Auth0/Auth0WebAuth.swift",
87       "Auth0/BioAuthentication.swift",
88       "Auth0/ChallengeGenerator.swift",
89       "Auth0/ClaimValidators.swift",
90       "Auth0/ClearSessionTransaction.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/LoginTransaction.swift",
98       "Auth0/NSURLComponents+OAuth2.swift",
99       "Auth0/OAuth2Grant.swift",
100       "Auth0/SafariProvider.swift",
101       "Auth0/TransactionStore.swift",
102       "Auth0/WebAuth.swift",
103       "Auth0/WebAuthentication.swift",
104       "Auth0/WebAuthError.swift",
105       "Auth0/WebAuthUserAgent.swift",
106       "Auth0/MobileWebAuth.swift",
107       "Auth0/DesktopWebAuth.swift"
108     ]
109   },
110   "swift_version": "5.8"