[Add] TrustDecisionPro 4.2.7
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 1.11.0 / Auth0.podspec.json
blob973458044b9a638902289aef353a95e72ae74f30
2   "name": "Auth0",
3   "version": "1.11.0",
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.11.0"
22   },
23   "social_media_url": "https://twitter.com/auth0",
24   "platforms": {
25     "ios": "9.0",
26     "osx": "10.10",
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     "dependencies": {
39       "SimpleKeychain": [
41       ]
42     }
43   },
44   "osx": {
45     "source_files": "Auth0/*.swift",
46     "exclude_files": [
47       "Auth0/_ObjectiveWebAuth.swift",
48       "Auth0/ControllerModalPresenter.swift",
49       "Auth0/OAuth2Grant.swift",
50       "Auth0/AuthTransaction.swift",
51       "Auth0/TransactionStore.swift",
52       "Auth0/WebAuth.swift",
53       "Auth0/WebAuthError.swift",
54       "Auth0/SafariWebAuth.swift",
55       "Auth0/AuthSession.swift",
56       "Auth0/SafariSession.swift",
57       "Auth0/SafariAuthenticationSession.swift",
58       "Auth0/SafariAuthenticationCallback.swift",
59       "Auth0/SilentSafariViewController.swift",
60       "Auth0/NativeAuth.swift",
61       "Auth0/AuthProvider.swift",
62       "Auth0/CredentialsManager.swift",
63       "Auth0/CredentialsManagerError.swift",
64       "Auth0/BioAuthentication.swift"
65     ]
66   },
67   "watchos": {
68     "source_files": "Auth0/*.swift",
69     "exclude_files": [
70       "Auth0/_ObjectiveWebAuth.swift",
71       "Auth0/ControllerModalPresenter.swift",
72       "Auth0/OAuth2Grant.swift",
73       "Auth0/AuthTransaction.swift",
74       "Auth0/TransactionStore.swift",
75       "Auth0/WebAuth.swift",
76       "Auth0/WebAuthError.swift",
77       "Auth0/SafariWebAuth.swift",
78       "Auth0/AuthSession.swift",
79       "Auth0/SafariSession.swift",
80       "Auth0/SafariAuthenticationSession.swift",
81       "Auth0/SafariAuthenticationCallback.swift",
82       "Auth0/SilentSafariViewController.swift",
83       "Auth0/NativeAuth.swift",
84       "Auth0/AuthProvider.swift",
85       "Auth0/CredentialsManager.swift",
86       "Auth0/CredentialsManagerError.swift",
87       "Auth0/BioAuthentication.swift"
88     ]
89   },
90   "tvos": {
91     "source_files": "Auth0/*.swift",
92     "exclude_files": [
93       "Auth0/_ObjectiveWebAuth.swift",
94       "Auth0/ControllerModalPresenter.swift",
95       "Auth0/OAuth2Grant.swift",
96       "Auth0/AuthTransaction.swift",
97       "Auth0/TransactionStore.swift",
98       "Auth0/WebAuth.swift",
99       "Auth0/WebAuthError.swift",
100       "Auth0/SafariWebAuth.swift",
101       "Auth0/AuthSession.swift",
102       "Auth0/SafariSession.swift",
103       "Auth0/SafariAuthenticationSession.swift",
104       "Auth0/SafariAuthenticationCallback.swift",
105       "Auth0/SilentSafariViewController.swift",
106       "Auth0/NativeAuth.swift",
107       "Auth0/AuthProvider.swift",
108       "Auth0/CredentialsManager.swift",
109       "Auth0/CredentialsManagerError.swift",
110       "Auth0/BioAuthentication.swift"
111     ]
112   }