Skip to content

Commit 09bba06

Browse files
author
Dave Poirier
committed
Updated CocoaPods spec to version 1.1
Signed-off-by: Dave Poirier <dave@madefresh.ca>
1 parent 291a0b7 commit 09bba06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Base64.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'Base64'
3-
s.version = '1.0.1'
3+
s.version = '1.1'
44
s.license = 'Public Domain'
55
s.summary = 'RFC 4648 Base64 implementation in Objective-C ARC.'
66
s.homepage = 'https://github.com/ekscrypto/Base64'
77
s.author = { 'Dave Poirier' => 'ekscrypto@gmail.com' }
8-
s.source = { :git => 'https://github.com/ekscrypto/Base64.git', :tag => '1.0.1' }
8+
s.source = { :git => 'https://github.com/ekscrypto/Base64.git', :tag => '1.1' }
99
s.source_files = 'Classes', 'Base64/MF_Base64Additions.{h,m}'
1010
s.requires_arc = true
1111
end

0 commit comments

Comments
 (0)