Files
JBChartView/Base64/1.0.0/Base64.podspec
T
2012-07-02 23:07:49 +02:00

12 lines
457 B
Ruby

Pod::Spec.new do |s|
s.name = 'Base64'
s.version = '1.0.0'
s.license = 'Public Domain'
s.summary = 'RFC 4648 Base64 implementation in Objective-C ARC.'
s.homepage = 'https://github.com/ekscrypto/Base64'
s.author = { 'Dave Poirier' => 'ekscrypto@gmail.com' }
s.source = { :git => 'https://github.com/ekscrypto/Base64.git', :tag => '1.0.0' }
s.source_files = 'Classes', 'Base64/MF_Base64Additions.{h,m}'
s.requires_arc = true
end