Skip to content

Commit

Permalink
Sync dependency versions specified between CocoaPods and Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Mar 8, 2016
1 parent 2752f7d commit 714afb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "Flipboard/FLAnimatedImage" ~> 1.0
github "Flipboard/FLAnimatedImage" ~> 1.0.12
2 changes: 1 addition & 1 deletion Cartfile.private
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "erikdoe/ocmock"
github "erikdoe/ocmock" ~> 3.2.2
2 changes: 1 addition & 1 deletion NYTPhotoViewer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 714afb0

Please sign in to comment.