diff --git a/MOLAuthenticatingURLSession.podspec b/MOLAuthenticatingURLSession.podspec index aca912d..d636abc 100644 --- a/MOLAuthenticatingURLSession.podspec +++ b/MOLAuthenticatingURLSession.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MOLAuthenticatingURLSession' - s.version = '1.9' + s.version = '2.0' s.platform = :osx s.license = { :type => 'Apache 2.0', :file => 'LICENSE' } s.homepage = 'https://github.com/google/macops-molauthenticatingurlsession' @@ -10,5 +10,5 @@ Pod::Spec.new do |s| :tag => "v#{s.version}" } s.source_files = 'Source/*.{h,m}' s.framework = 'Security' - s.dependency 'MOLCertificate', '~> 1.3' + s.dependency 'MOLCertificate', '~> 1.5' end