[Add] TrustDecisionPro 4.2.7
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 1.19.3 / Auth0.podspec.json
blobb8d998ccb7de206954d1c413236b36545e45c15f
2   "name": "Auth0",
3   "version": "1.19.3",
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.19.3"
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     }
44   },
45   "osx": {
46     "source_files": "Auth0/*.swift",
47     "exclude_files": [
48       "Auth0/_ObjectiveWebAuth.swift",
49       "Auth0/ControllerModalPresenter.swift",
50       "Auth0/OAuth2Grant.swift",
51       "Auth0/AuthTransaction.swift",
52       "Auth0/TransactionStore.swift",
53       "Auth0/WebAuth.swift",
54       "Auth0/WebAuthError.swift",
55       "Auth0/SafariWebAuth.swift",
56       "Auth0/AuthSession.swift",
57       "Auth0/SafariSession.swift",
58       "Auth0/SafariAuthenticationSession.swift",
59       "Auth0/SafariAuthenticationCallback.swift",
60       "Auth0/SilentSafariViewController.swift",
61       "Auth0/NativeAuth.swift",
62       "Auth0/AuthProvider.swift",
63       "Auth0/BioAuthentication.swift"
64     ],
65     "dependencies": {
66       "SimpleKeychain": [
68       ]
69     }
70   },
71   "watchos": {
72     "source_files": "Auth0/*.swift",
73     "exclude_files": [
74       "Auth0/_ObjectiveWebAuth.swift",
75       "Auth0/ControllerModalPresenter.swift",
76       "Auth0/OAuth2Grant.swift",
77       "Auth0/AuthTransaction.swift",
78       "Auth0/TransactionStore.swift",
79       "Auth0/WebAuth.swift",
80       "Auth0/WebAuthError.swift",
81       "Auth0/SafariWebAuth.swift",
82       "Auth0/AuthSession.swift",
83       "Auth0/SafariSession.swift",
84       "Auth0/SafariAuthenticationSession.swift",
85       "Auth0/SafariAuthenticationCallback.swift",
86       "Auth0/SilentSafariViewController.swift",
87       "Auth0/NativeAuth.swift",
88       "Auth0/AuthProvider.swift",
89       "Auth0/BioAuthentication.swift",
90       "Auth0/CredentialsManagerError.swift",
91       "Auth0/CredentialsManager.swift"
92     ]
93   },
94   "tvos": {
95     "source_files": "Auth0/*.swift",
96     "exclude_files": [
97       "Auth0/_ObjectiveWebAuth.swift",
98       "Auth0/ControllerModalPresenter.swift",
99       "Auth0/OAuth2Grant.swift",
100       "Auth0/AuthTransaction.swift",
101       "Auth0/TransactionStore.swift",
102       "Auth0/WebAuth.swift",
103       "Auth0/WebAuthError.swift",
104       "Auth0/SafariWebAuth.swift",
105       "Auth0/AuthSession.swift",
106       "Auth0/SafariSession.swift",
107       "Auth0/SafariAuthenticationSession.swift",
108       "Auth0/SafariAuthenticationCallback.swift",
109       "Auth0/SilentSafariViewController.swift",
110       "Auth0/NativeAuth.swift",
111       "Auth0/AuthProvider.swift",
112       "Auth0/BioAuthentication.swift"
113     ],
114     "dependencies": {
115       "SimpleKeychain": [
117       ]
118     }
119   },
120   "swift_versions": [
121     "4.0",
122     "4.1",
123     "4.2",
124     "5.0"
125   ],
126   "swift_version": "5.0"