[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 2 / a / 7 / Auth0 / 1.4.0 / Auth0.podspec.json
blobb340971cf967207b8ed0bd03e9f5a606abf9ad0c
2   "name": "Auth0",
3   "version": "1.4.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": "oss@auth0.com",
10     "Hernan Zalazar": "hernan@auth0.com"
11   },
12   "source": {
13     "git": "https://github.com/auth0/Auth0.swift.git",
14     "tag": "1.4.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/AuthTransaction.swift",
38       "Auth0/TransactionStore.swift",
39       "Auth0/WebAuth.swift",
40       "Auth0/WebAuthError.swift",
41       "Auth0/SafariWebAuth.swift",
42       "Auth0/SafariSession.swift",
43       "Auth0/NativeAuth.swift",
44       "Auth0/AuthProvider.swift"
45     ]
46   },
47   "watchos": {
48     "source_files": "Auth0/*.swift",
49     "exclude_files": [
50       "Auth0/_ObjectiveWebAuth.swift",
51       "Auth0/ControllerModalPresenter.swift",
52       "Auth0/OAuth2Grant.swift",
53       "Auth0/AuthTransaction.swift",
54       "Auth0/TransactionStore.swift",
55       "Auth0/WebAuth.swift",
56       "Auth0/WebAuthError.swift",
57       "Auth0/SafariWebAuth.swift",
58       "Auth0/SafariSession.swift",
59       "Auth0/NativeAuth.swift",
60       "Auth0/AuthProvider.swift"
61     ]
62   },
63   "tvos": {
64     "source_files": "Auth0/*.swift",
65     "exclude_files": [
66       "Auth0/_ObjectiveWebAuth.swift",
67       "Auth0/ControllerModalPresenter.swift",
68       "Auth0/OAuth2Grant.swift",
69       "Auth0/AuthTransaction.swift",
70       "Auth0/TransactionStore.swift",
71       "Auth0/WebAuth.swift",
72       "Auth0/WebAuthError.swift",
73       "Auth0/SafariWebAuth.swift",
74       "Auth0/SafariSession.swift",
75       "Auth0/NativeAuth.swift",
76       "Auth0/AuthProvider.swift"
77     ]
78   },
79   "pushed_with_swift_version": "3.0"