Files
MWPhotoBrowser/MWPhotoBrowser.podspec
2013-05-24 14:52:29 +08:00

19 lines
597 B
Ruby

Pod::Spec.new do |s|
s.name = 'MWPhotoBrowser'
s.version = '1.0.2'
s.license = 'MIT'
s.summary = 'A simple iOS photo browser.'
s.homepage = 'https://github.com/mwaterfall/MWPhotoBrowser'
s.author = { 'Michael Waterfall' => 'mw@d3i.com' }
s.source = { :git => 'https://github.com/zhigang1992/MWPhotoBrowser.git', :tag => '1.0.2' }
s.platform = :ios, '5.0'
s.source_files = 'MWPhotoBrowser/Classes'
s.resources = "MWPhotoBrowser/MWPhotoBrowser.bundle"
s.frameworks = 'MessageUI', 'ImageIO'
s.dependency 'SDWebImage','~>3.2'
s.dependency 'MBProgressHUD'
end