[Add] TrustDecisionPro 4.2.7
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 1.13.0 / Auth0.podspec.json
blobcd4b48da4b832aa66482fde7abb0b28956c74cdf
2   "name": "Auth0",
3   "version": "1.13.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.13.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/BioAuthentication.swift"
63     ],
64     "dependencies": {
65       "SimpleKeychain": [
67       ]
68     }
69   },
70   "watchos": {
71     "source_files": "Auth0/*.swift",
72     "exclude_files": [
73       "Auth0/_ObjectiveWebAuth.swift",
74       "Auth0/ControllerModalPresenter.swift",
75       "Auth0/OAuth2Grant.swift",
76       "Auth0/AuthTransaction.swift",
77       "Auth0/TransactionStore.swift",
78       "Auth0/WebAuth.swift",
79       "Auth0/WebAuthError.swift",
80       "Auth0/SafariWebAuth.swift",
81       "Auth0/AuthSession.swift",
82       "Auth0/SafariSession.swift",
83       "Auth0/SafariAuthenticationSession.swift",
84       "Auth0/SafariAuthenticationCallback.swift",
85       "Auth0/SilentSafariViewController.swift",
86       "Auth0/NativeAuth.swift",
87       "Auth0/AuthProvider.swift",
88       "Auth0/BioAuthentication.swift",
89       "Auth0/CredentialsManagerError.swift",
90       "Auth0/CredentialsManager.swift"
91     ]
92   },
93   "tvos": {
94     "source_files": "Auth0/*.swift",
95     "exclude_files": [
96       "Auth0/_ObjectiveWebAuth.swift",
97       "Auth0/ControllerModalPresenter.swift",
98       "Auth0/OAuth2Grant.swift",
99       "Auth0/AuthTransaction.swift",
100       "Auth0/TransactionStore.swift",
101       "Auth0/WebAuth.swift",
102       "Auth0/WebAuthError.swift",
103       "Auth0/SafariWebAuth.swift",
104       "Auth0/AuthSession.swift",
105       "Auth0/SafariSession.swift",
106       "Auth0/SafariAuthenticationSession.swift",
107       "Auth0/SafariAuthenticationCallback.swift",
108       "Auth0/SilentSafariViewController.swift",
109       "Auth0/NativeAuth.swift",
110       "Auth0/AuthProvider.swift",
111       "Auth0/BioAuthentication.swift"
112     ],
113     "dependencies": {
114       "SimpleKeychain": [
116       ]
117     }
118   }