[Add] TrustDecisionPro 4.2.7
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 1.6.0 / Auth0.podspec.json
blob48034e0c423fcd19cb117b04cea6a2a916423422
2   "name": "Auth0",
3   "version": "1.6.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.6.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     ],
37     "dependencies": {
38       "SimpleKeychain": [
40       ]
41     }
42   },
43   "osx": {
44     "source_files": "Auth0/*.swift",
45     "exclude_files": [
46       "Auth0/_ObjectiveWebAuth.swift",
47       "Auth0/ControllerModalPresenter.swift",
48       "Auth0/OAuth2Grant.swift",
49       "Auth0/AuthTransaction.swift",
50       "Auth0/TransactionStore.swift",
51       "Auth0/WebAuth.swift",
52       "Auth0/WebAuthError.swift",
53       "Auth0/SafariWebAuth.swift",
54       "Auth0/SafariSession.swift",
55       "Auth0/SilentSafariViewController.swift",
56       "Auth0/NativeAuth.swift",
57       "Auth0/AuthProvider.swift",
58       "Auth0/CredentialsManager.swift",
59       "Auth0/CredentialsManagerError.swift"
60     ]
61   },
62   "watchos": {
63     "source_files": "Auth0/*.swift",
64     "exclude_files": [
65       "Auth0/_ObjectiveWebAuth.swift",
66       "Auth0/ControllerModalPresenter.swift",
67       "Auth0/OAuth2Grant.swift",
68       "Auth0/AuthTransaction.swift",
69       "Auth0/TransactionStore.swift",
70       "Auth0/WebAuth.swift",
71       "Auth0/WebAuthError.swift",
72       "Auth0/SafariWebAuth.swift",
73       "Auth0/SafariSession.swift",
74       "Auth0/SilentSafariViewController.swift",
75       "Auth0/NativeAuth.swift",
76       "Auth0/AuthProvider.swift",
77       "Auth0/CredentialsManager.swift",
78       "Auth0/CredentialsManagerError.swift"
79     ]
80   },
81   "tvos": {
82     "source_files": "Auth0/*.swift",
83     "exclude_files": [
84       "Auth0/_ObjectiveWebAuth.swift",
85       "Auth0/ControllerModalPresenter.swift",
86       "Auth0/OAuth2Grant.swift",
87       "Auth0/AuthTransaction.swift",
88       "Auth0/TransactionStore.swift",
89       "Auth0/WebAuth.swift",
90       "Auth0/WebAuthError.swift",
91       "Auth0/SafariWebAuth.swift",
92       "Auth0/SafariSession.swift",
93       "Auth0/SilentSafariViewController.swift",
94       "Auth0/NativeAuth.swift",
95       "Auth0/AuthProvider.swift",
96       "Auth0/CredentialsManager.swift",
97       "Auth0/CredentialsManagerError.swift"
98     ]
99   },
100   "pushed_with_swift_version": "3.0"