[Add] TrustDecisionPro 4.2.7
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 1.0.0 / Auth0.podspec.json
blob1e81aef15ebc7efb10a32ebf151342750d348c17
2   "name": "Auth0",
3   "version": "1.0.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     "Auth0": "support@auth0.com",
10     "Hernan Zalazar": "hernan@auth0.com"
11   },
12   "source": {
13     "git": "https://github.com/auth0/Auth0.swift.git",
14     "tag": "1.0.0"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.10",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "ios": {
25     "source_files": "Auth0/*.{swift,h,m}",
26     "frameworks": [
27       "UIKit",
28       "SafariServices"
29     ]
30   },
31   "osx": {
32     "source_files": "Auth0/*.swift",
33     "exclude_files": [
34       "Auth0/_ObjectiveWebAuth.swift",
35       "Auth0/ControllerModalPresenter.swift",
36       "Auth0/OAuth2Grant.swift",
37       "Auth0/OAuth2Session.swift",
38       "Auth0/SessionStorage.swift",
39       "Auth0/WebAuth.swift",
40       "Auth0/WebAuthError.swift",
41       "Auth0/SafariWebAuth.swift"
42     ]
43   },
44   "watchos": {
45     "source_files": "Auth0/*.swift",
46     "exclude_files": [
47       "Auth0/_ObjectiveWebAuth.swift",
48       "Auth0/ControllerModalPresenter.swift",
49       "Auth0/OAuth2Grant.swift",
50       "Auth0/OAuth2Session.swift",
51       "Auth0/SessionStorage.swift",
52       "Auth0/WebAuth.swift",
53       "Auth0/WebAuthError.swift",
54       "Auth0/SafariWebAuth.swift"
55     ]
56   },
57   "tvos": {
58     "source_files": "Auth0/*.swift",
59     "exclude_files": [
60       "Auth0/_ObjectiveWebAuth.swift",
61       "Auth0/ControllerModalPresenter.swift",
62       "Auth0/OAuth2Grant.swift",
63       "Auth0/OAuth2Session.swift",
64       "Auth0/SessionStorage.swift",
65       "Auth0/WebAuth.swift",
66       "Auth0/WebAuthError.swift",
67       "Auth0/SafariWebAuth.swift"
68     ]
69   }