forked from Krisiacik/ImageViewer
-
Notifications
You must be signed in to change notification settings - Fork 6
/
ImageViewer.podspec
19 lines (16 loc) · 997 Bytes
/
ImageViewer.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "ImageViewer"
s.version = "6.0.0"
s.summary = "An image viewer à la Twitter"
s.description = <<-EOS
ImageViewer is a library that enables a user to visualize an image in fullscreen. Besides the typical pinch and double tap to zoom, we also provide a vertical swipe to dismiss. Finally, we try to mimic the displacement of the image from its current container into fullscreen, this feature being its main selling point. We also offer an amazing Gallery, so you can swipe between images.
EOS
s.homepage = "https://github.com/Krisiacik/ImageViewer"
s.license = "MIT"
s.author = "MailOnline"
s.social_media_url = "https://twitter.com/MailOnline"
s.source = { :git => "https://github.com/Krisiacik/ImageViewer.git", :tag => s.version.to_s }
s.swift_version = "5.0"
s.ios.deployment_target = "8.0"
s.source_files = "ImageViewer/Source/**/*"
end