Skip to content

Commit

Permalink
Merge pull request LcTwisk#52 from aFrogleap/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
ItsNotEasyBeingGreen authored Mar 7, 2019
2 parents 863f96a + e77df79 commit 758a43a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SimpleImageViewer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Pod::Spec.new do |s|
s.name = "SimpleImageViewer"
s.summary = "A snappy image viewer with zoom and interactive dismissal transition."
s.requires_arc = true
s.version = "1.1.1"
s.version = "1.1.2"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Lucas" => "lucas@afrogleap.com" }
s.author = { "Mark" => "mark@afrogleap.com" }
s.homepage = "https://github.com/aFrogleap/SimpleImageViewer"
s.source = { :git => "https://github.com/aFrogleap/SimpleImageViewer.git", :tag => s.version.to_s }
s.source_files = "ImageViewer/**/*.{swift}"
s.resources = ["ImageViewer/**/*.{xib}", "ImageViewer/**/*.{xcassets}"]

s.swift_version = '4.2'

end

0 comments on commit 758a43a

Please sign in to comment.