Pod::Spec.new do |s| s.name = 'MWPhotoBrowser' s.version = '1.0.3' 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.3' } s.platform = :ios, '5.0' s.source_files = 'MWPhotoBrowser/Classes' s.resources = "MWPhotoBrowser/MWPhotoBrowser.bundle" s.frameworks = 'MessageUI', 'ImageIO' s.dependency 'SDWebImage','~>3.3' s.dependency 'MBProgressHUD' end