Skip to content

Commit d8239d2

Browse files
author
Dave Poirier
committed
Added Podspec for version 1.1.1
Signed-off-by: Dave Poirier <[email protected]>
1 parent 2ecf827 commit d8239d2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Base32.podspec

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'Base32'
3+
s.version = '1.1.1'
4+
s.license = 'Public Domain'
5+
s.summary = 'RFC 4648 Base32 implementation in Objective-C ARC.'
6+
s.homepage = 'https://github.com/ekscrypto/Base32'
7+
s.author = { 'Dave Poirier' => '[email protected]' }
8+
s.source = { :git => 'https://github.com/ekscrypto/Base32.git', :tag => '1.1.1' }
9+
s.source_files = 'Classes', 'Base32/MF_Base32Additions.{h,m}'
10+
s.requires_arc = true
11+
end

0 commit comments

Comments
 (0)