We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291a0b7 commit 09bba06Copy full SHA for 09bba06
Base64.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = 'Base64'
3
- s.version = '1.0.1'
+ s.version = '1.1'
4
s.license = 'Public Domain'
5
s.summary = 'RFC 4648 Base64 implementation in Objective-C ARC.'
6
s.homepage = 'https://github.com/ekscrypto/Base64'
7
s.author = { 'Dave Poirier' => 'ekscrypto@gmail.com' }
8
- 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' }
9
s.source_files = 'Classes', 'Base64/MF_Base64Additions.{h,m}'
10
s.requires_arc = true
11
end
0 commit comments