forked from mattrubin/Base32
- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBase32.podspec
More file actions
Latest commit
11 lines (11 loc) · 457 Bytes
/
Copy pathBase32.podspec
File metadata and controls
11 lines (11 loc) · 457 Bytes
1
2
3
4
5
6
7
8
9
10
11
Pod::Spec.newdo |s|
s.name='Base32'
s.version='1.1.2'
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_files='Classes','Base32/MF_Base32Additions.{h,m}'
s.requires_arc=true
end