10 lines
327 B
Ruby
10 lines
327 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'NSData+Base64'
|
|
s.version = '1.0.0'
|
|
s.summary = 'Base64 for NSData.'
|
|
s.homepage = 'https://github.com/l4u/NSData-Base64'
|
|
s.author = { 'Matt Gallagher' => '' }
|
|
s.source = { :git => 'https://github.com/l4u/NSData-Base64.git', :tag => '1.0.0' }
|
|
s.source_files = '*.{h,m}'
|
|
end
|