Skip to content

Commit

Permalink
Updated CocoaPods spec to version 1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Poirier <[email protected]>
  • Loading branch information
Dave Poirier committed Oct 7, 2015
1 parent 291a0b7 commit 09bba06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Base64.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'Base64'
s.version = '1.0.1'
s.version = '1.1'
s.license = 'Public Domain'
s.summary = 'RFC 4648 Base64 implementation in Objective-C ARC.'
s.homepage = 'https://github.com/ekscrypto/Base64'
s.author = { 'Dave Poirier' => '[email protected]' }
s.source = { :git => 'https://github.com/ekscrypto/Base64.git', :tag => '1.0.1' }
s.source = { :git => 'https://github.com/ekscrypto/Base64.git', :tag => '1.1' }
s.source_files = 'Classes', 'Base64/MF_Base64Additions.{h,m}'
s.requires_arc = true
end

0 comments on commit 09bba06

Please sign in to comment.