Skip to content

Commit

Permalink
Merge pull request #122 from gali8/master
Browse files Browse the repository at this point in the history
Podspec update to 2.0.7 and swift 4.2
  • Loading branch information
onmyway133 authored Sep 26, 2018
2 parents bf4d1af + 137bc1a commit 58c8441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gallery.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Gallery"
s.summary = "Something good about gallery"
s.version = "2.0.6"
s.version = "2.0.7"
s.homepage = "https://github.com/hyperoslo/Gallery"
s.license = 'MIT'
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
Expand All @@ -17,6 +17,6 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/**/*'
s.resource = 'Resources/Gallery.bundle'
s.frameworks = 'UIKit', 'Foundation', 'AVFoundation', 'Photos', 'PhotosUI', 'CoreLocation', 'AVKit'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }

end

0 comments on commit 58c8441

Please sign in to comment.