Skip to content

Commit

Permalink
v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox committed Aug 19, 2016
1 parent c7ad86c commit b35e5af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MOLAuthenticatingURLSession.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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

0 comments on commit b35e5af

Please sign in to comment.