Files
JBChartView/NSData+Base64/1.0.0/NSData+Base64.podspec
T
2012-09-12 07:57:51 +09:00

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