Files
JBChartView/NSData+MD5Digest/1.0.0/NSData+MD5Digest.podspec
T
2012-08-23 15:42:22 -07:00

14 lines
490 B
Ruby

Pod::Spec.new do |s|
s.name = 'NSData+MD5Digest'
s.version = '1.0.0'
s.license = { :type => 'MIT', :file => 'README.md' }
s.summary = 'Add MD5 digest to NSData.'
s.homepage = 'https://github.com/siuying/NSData-MD5'
s.author = { 'Francis Chong' => 'francis@ignition.hk' }
s.source = { :git => 'https://github.com/siuying/NSData-MD5.git', :tag => '1.0.0' }
s.platform = :ios
s.requires_arc = true
s.source_files = 'NSData+MD5Digest/NSData+MD5Digest.{h,m}'
end