[Add] TrustDecisionPro 4.2.7
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 2.0.1 / Auth0.podspec.json
blobf2068d9b1ba7b2be778529dfd42b72b37997ccc1
2   "name": "Auth0",
3   "version": "2.0.1",
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.0.1"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "source_files": "Auth0/*.swift",
18   "swift_versions": [
19     "5.3",
20     "5.4",
21     "5.5"
22   ],
23   "dependencies": {
24     "SimpleKeychain": [
26     ],
27     "JWTDecode": [
28       "~> 2.0"
29     ]
30   },
31   "platforms": {
32     "ios": "12.0",
33     "osx": "10.15",
34     "tvos": "12.0",
35     "watchos": "6.2"
36   },
37   "ios": {
38     "exclude_files": [
39       "Auth0/DesktopWebAuth.swift"
40     ],
41     "pod_target_xcconfig": {
42       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "WEB_AUTH_PLATFORM"
43     }
44   },
45   "osx": {
46     "exclude_files": [
47       "Auth0/MobileWebAuth.swift"
48     ],
49     "pod_target_xcconfig": {
50       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "WEB_AUTH_PLATFORM"
51     }
52   },
53   "tvos": {
54     "exclude_files": [
55       "Auth0/Array+Encode.swift",
56       "Auth0/ASCallbackTransaction.swift",
57       "Auth0/ASTransaction.swift",
58       "Auth0/AuthSession.swift",
59       "Auth0/AuthTransaction.swift",
60       "Auth0/Auth0WebAuth.swift",
61       "Auth0/BaseCallbackTransaction.swift",
62       "Auth0/BaseTransaction.swift",
63       "Auth0/BioAuthentication.swift",
64       "Auth0/ChallengeGenerator.swift",
65       "Auth0/ClaimValidators.swift",
66       "Auth0/IDTokenSignatureValidator.swift",
67       "Auth0/IDTokenValidator.swift",
68       "Auth0/IDTokenValidatorContext.swift",
69       "Auth0/JWK+RSA.swift",
70       "Auth0/JWT+Header.swift",
71       "Auth0/JWTAlgorithm.swift",
72       "Auth0/NSURLComponents+OAuth2.swift",
73       "Auth0/OAuth2Grant.swift",
74       "Auth0/TransactionStore.swift",
75       "Auth0/WebAuth.swift",
76       "Auth0/WebAuthError.swift",
77       "Auth0/MobileWebAuth.swift",
78       "Auth0/DesktopWebAuth.swift"
79     ]
80   },
81   "watchos": {
82     "exclude_files": [
83       "Auth0/Array+Encode.swift",
84       "Auth0/ASCallbackTransaction.swift",
85       "Auth0/ASTransaction.swift",
86       "Auth0/AuthSession.swift",
87       "Auth0/AuthTransaction.swift",
88       "Auth0/Auth0WebAuth.swift",
89       "Auth0/BaseCallbackTransaction.swift",
90       "Auth0/BaseTransaction.swift",
91       "Auth0/BioAuthentication.swift",
92       "Auth0/ChallengeGenerator.swift",
93       "Auth0/ClaimValidators.swift",
94       "Auth0/IDTokenSignatureValidator.swift",
95       "Auth0/IDTokenValidator.swift",
96       "Auth0/IDTokenValidatorContext.swift",
97       "Auth0/JWK+RSA.swift",
98       "Auth0/JWT+Header.swift",
99       "Auth0/JWTAlgorithm.swift",
100       "Auth0/NSURLComponents+OAuth2.swift",
101       "Auth0/OAuth2Grant.swift",
102       "Auth0/TransactionStore.swift",
103       "Auth0/WebAuth.swift",
104       "Auth0/WebAuthError.swift",
105       "Auth0/MobileWebAuth.swift",
106       "Auth0/DesktopWebAuth.swift"
107     ]
108   },
109   "swift_version": "5.5"