[Add] BranchSDK 3.8.0
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 2.7.2 / Auth0.podspec.json
blobb72abbf4822ce2db48a949561d135580a40bbbd0
2   "name": "Auth0",
3   "version": "2.7.2",
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.7.2"
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.7",
23     "5.8"
24   ],
25   "dependencies": {
26     "SimpleKeychain": [
27       "~> 1.1"
28     ],
29     "JWTDecode": [
30       "~> 3.1"
31     ]
32   },
33   "platforms": {
34     "ios": "13.0",
35     "osx": "11.0",
36     "tvos": "13.0",
37     "watchos": "7.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/MobileWebAuth.swift",
81       "Auth0/DesktopWebAuth.swift"
82     ]
83   },
84   "watchos": {
85     "exclude_files": [
86       "Auth0/Array+Encode.swift",
87       "Auth0/ASProvider.swift",
88       "Auth0/AuthTransaction.swift",
89       "Auth0/Auth0WebAuth.swift",
90       "Auth0/BioAuthentication.swift",
91       "Auth0/ChallengeGenerator.swift",
92       "Auth0/ClaimValidators.swift",
93       "Auth0/ClearSessionTransaction.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/LoginTransaction.swift",
101       "Auth0/NSURLComponents+OAuth2.swift",
102       "Auth0/OAuth2Grant.swift",
103       "Auth0/SafariProvider.swift",
104       "Auth0/TransactionStore.swift",
105       "Auth0/WebAuth.swift",
106       "Auth0/WebAuthentication.swift",
107       "Auth0/WebAuthError.swift",
108       "Auth0/WebAuthUserAgent.swift",
109       "Auth0/MobileWebAuth.swift",
110       "Auth0/DesktopWebAuth.swift"
111     ]
112   },
113   "swift_version": "5.8"