forked from nytimes/NYTPhotoViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNYTPhotoViewer.podspec
20 lines (17 loc) · 962 Bytes
/
NYTPhotoViewer.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = "NYTPhotoViewer"
s.version = "0.1.2"
s.description = <<-DESC
NYTPhotoViewer is a slideshow and image viewer that includes double tap to zoom, captions, support for multiple images, interactive flick to dismiss, animated zooming presentation, and more.
DESC
s.summary = "NYTPhotoViewer is a slideshow and image viewer that includes double tap to zoom, flick to dismiss, animated presentation, and more."
s.homepage = "https://github.com/NYTimes/NYTPhotoViewer"
s.author = "The New York Times"
s.license = { :type => 'Apache 2.0' }
s.source = { :git => "https://github.com/NYTimes/NYTPhotoViewer.git", :tag => s.version.to_s }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
s.resources = 'Pod/Assets/**/*'
s.frameworks = 'UIKit', 'Foundation'
end