Skip to content

Commit

Permalink
pod
Browse files Browse the repository at this point in the history
支持pod
  • Loading branch information
wangziwu committed Jun 8, 2017
1 parent 2ea0580 commit a47bbb0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ZWPreviewImage.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|

s.name = 'ZWPreviewImage'
s.version = '0.0.1'
s.summary = '简单易用的图片预览器。左右滑动查看图片,支持UIImage、URLString。'
s.homepage = 'https://github.com/wangziwu/ZWPreviewImage'
s.license = 'MIT'
s.authors = {'wangziwu' => '[email protected]'}
s.platform = :ios,'8.0'
s.ios.deployment_target = '8.0'
s.source = {:git => 'https://github.com/wangziwu/ZWPreviewImage.git',:tag => s.version}
s.source_files = 'ZWPreviewImage/*.{h,m}'
s.requires_arc = true
s.dependency 'SDWebImage', '~> 4.0.0'
s.dependency 'ZWFrame', '~> 0.0.2'
end

0 comments on commit a47bbb0

Please sign in to comment.