mirror of
https://github.com/zhigang1992/MWPhotoBrowser.git
synced 2026-01-12 22:49:05 +08:00
19 lines
597 B
Ruby
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
|