Skip to content

Commit

Permalink
Lock dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Oct 3, 2017
1 parent 9ede293 commit 0bd5709
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "hyperoslo/Hue"
github "hyperoslo/Imaginary"
github "hyperoslo/Hue" ~> 3.0
github "hyperoslo/Imaginary" ~> 3.0
4 changes: 2 additions & 2 deletions Lightbox.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Pod::Spec.new do |s|
s.ios.resource = 'Resources/Lightbox.bundle'

s.frameworks = 'UIKit', 'AVFoundation', 'AVKit'
s.dependency 'Hue'
s.dependency 'Imaginary'
s.dependency 'Hue', '~> 3.0'
s.dependency 'Imaginary', '~> 3.0'

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
end

0 comments on commit 0bd5709

Please sign in to comment.