From b35e5af3441ec37ac4aef71d51763b6c55a3f9e5 Mon Sep 17 00:00:00 2001 From: Russell Hancox Date: Fri, 19 Aug 2016 15:05:23 -0400 Subject: [PATCH] v2.0 --- MOLAuthenticatingURLSession.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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