Skip to content

Commit

Permalink
Update Base32.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ekscrypto authored Feb 8, 2022
1 parent cef4f71 commit 6389546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Base32.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'Base32'
s.version = '1.1.2'
s.version = '1.2.0'
s.license = 'Public Domain'
s.summary = 'RFC 4648 Base32 implementation in Objective-C ARC.'
s.homepage = 'https://github.com/ekscrypto/Base32'
s.author = { 'Dave Poirier' => 'ekscrypto@gmail.com' }
s.source = { :git => 'https://github.com/ekscrypto/Base32.git', :tag => '1.1.2' }
s.source = { :git => 'https://github.com/ekscrypto/Base32.git', :tag => '1.2.0' }
s.source_files = 'Classes', 'Base32/MF_Base32Additions.{h,m}'
s.requires_arc = true
end

0 comments on commit 6389546

Please sign in to comment.