blob: 1ae15330d9bed0fbc55fcd6bd49881751e8f715f [file] [log] [blame]
{
"name": "Auth0",
"version": "1.7.0",
"summary": "Swift toolkit for Auth0 API",
"description": "Auth0 API toolkit written in Swift for iOS, watchOS, tvOS & macOS apps",
"homepage": "https://github.com/auth0/Auth0.swift",
"license": "MIT",
"authors": [
{
"Auth0": "support@auth0.com"
},
{
"Hernan Zalazar": "hernan@auth0.com"
},
{
"Martin Walsh": "martin.walsh@auth0.com"
}
],
"source": {
"git": "https://github.com/auth0/Auth0.swift.git",
"tag": "1.7.0"
},
"social_media_url": "https://twitter.com/auth0",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"ios": {
"source_files": "Auth0/*.{swift,h,m}",
"frameworks": [
"UIKit",
"SafariServices",
"LocalAuthentication"
],
"dependencies": {
"SimpleKeychain": [
]
}
},
"osx": {
"source_files": "Auth0/*.swift",
"exclude_files": [
"Auth0/_ObjectiveWebAuth.swift",
"Auth0/ControllerModalPresenter.swift",
"Auth0/OAuth2Grant.swift",
"Auth0/AuthTransaction.swift",
"Auth0/TransactionStore.swift",
"Auth0/WebAuth.swift",
"Auth0/WebAuthError.swift",
"Auth0/SafariWebAuth.swift",
"Auth0/SafariSession.swift",
"Auth0/SilentSafariViewController.swift",
"Auth0/NativeAuth.swift",
"Auth0/AuthProvider.swift",
"Auth0/CredentialsManager.swift",
"Auth0/CredentialsManagerError.swift",
"Auth0/TouchAuthentication.swift"
]
},
"watchos": {
"source_files": "Auth0/*.swift",
"exclude_files": [
"Auth0/_ObjectiveWebAuth.swift",
"Auth0/ControllerModalPresenter.swift",
"Auth0/OAuth2Grant.swift",
"Auth0/AuthTransaction.swift",
"Auth0/TransactionStore.swift",
"Auth0/WebAuth.swift",
"Auth0/WebAuthError.swift",
"Auth0/SafariWebAuth.swift",
"Auth0/SafariSession.swift",
"Auth0/SilentSafariViewController.swift",
"Auth0/NativeAuth.swift",
"Auth0/AuthProvider.swift",
"Auth0/CredentialsManager.swift",
"Auth0/CredentialsManagerError.swift",
"Auth0/TouchAuthentication.swift"
]
},
"tvos": {
"source_files": "Auth0/*.swift",
"exclude_files": [
"Auth0/_ObjectiveWebAuth.swift",
"Auth0/ControllerModalPresenter.swift",
"Auth0/OAuth2Grant.swift",
"Auth0/AuthTransaction.swift",
"Auth0/TransactionStore.swift",
"Auth0/WebAuth.swift",
"Auth0/WebAuthError.swift",
"Auth0/SafariWebAuth.swift",
"Auth0/SafariSession.swift",
"Auth0/SilentSafariViewController.swift",
"Auth0/NativeAuth.swift",
"Auth0/AuthProvider.swift",
"Auth0/CredentialsManager.swift",
"Auth0/CredentialsManagerError.swift",
"Auth0/TouchAuthentication.swift"
]
},
"pushed_with_swift_version": "3.0"
}