You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Be sure to run `pod lib lint AuthLibrary.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "AuthLibrary"
s.version = "0.5.0"
s.summary = "Auth client library for Swift command-line tools, cloud services, and apps."
s.swift_version = "5.0"
s.ios.deployment_target = "10.0"
s.description = <<-DESC
Swift packages that can be used to write command-line tools and cloud services that use OAuth to authenticate and authorize access to remote services.
Currently these packages support OAuth1 and OAuth2. They are designed to work on OS X systems and on Linux systems that are running in the Google Cloud.
The CocoaPods distribution supports iOS-based authentication using Google Cloud Service Accounts (only).