Skip to content

Commit

Permalink
Podspec updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JanHalozan committed May 27, 2016
1 parent 78483a5 commit a50007a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions SFFullscreenImageDetailViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
Pod::Spec.new do |s|
s.name = 'SFFullscreenImageDetailViewController'
s.version = '0.1.0'
s.version = '0.1.1'
s.summary = 'An interactive full screen image presentation view controller.'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = <<-DESC
An UIViewController which presents a given image view in full screen and allows for fully dynamic and interactive behaviour. Both presentation and dismissal are animated and dismissal is fully interactive. User can also zoom the photo.
DESC
Expand All @@ -22,11 +16,12 @@ An UIViewController which presents a given image view in full screen and allows

s.ios.deployment_target = '8.0'

s.source_files = 'SFFullscreenImageDetailViewController/*'
s.source_files = 'SFFullscreenImageDetailViewController'

s.resource_bundles = {
'SFFullscreenImageDetailViewController' => ['SFFullscreenImageDetailViewController/Assets/*.png']
}

s.requires_arc = true
s.frameworks = 'UIKit', 'QuartzCore'
end

0 comments on commit a50007a

Please sign in to comment.