diff --git a/Cartfile b/Cartfile index ed7d9beb..c36489c2 100644 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ -github "hyperoslo/Hue" -github "hyperoslo/Imaginary" \ No newline at end of file +github "hyperoslo/Hue" ~> 3.0 +github "hyperoslo/Imaginary" ~> 3.0 \ No newline at end of file diff --git a/Lightbox.podspec b/Lightbox.podspec index d1579605..922f28d7 100644 --- a/Lightbox.podspec +++ b/Lightbox.podspec @@ -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