diff --git a/Cartfile b/Cartfile index dd82d1bd..9e77f613 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "Flipboard/FLAnimatedImage" ~> 1.0 +github "Flipboard/FLAnimatedImage" ~> 1.0.12 diff --git a/Cartfile.private b/Cartfile.private index 5e49500c..168da9f3 100644 --- a/Cartfile.private +++ b/Cartfile.private @@ -1 +1 @@ -github "erikdoe/ocmock" +github "erikdoe/ocmock" ~> 3.2.2 diff --git a/NYTPhotoViewer.podspec b/NYTPhotoViewer.podspec index 4e7043b7..bbc2525e 100644 --- a/NYTPhotoViewer.podspec +++ b/NYTPhotoViewer.podspec @@ -25,7 +25,7 @@ Pod::Spec.new do |s| ss.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'ANIMATED_GIF_SUPPORT=1'} ss.dependency 'NYTPhotoViewer/Core' - ss.dependency 'FLAnimatedImage', '~> 1.0.8' + ss.dependency 'FLAnimatedImage', '~> 1.0.12' end end