Skip to content

Commit

Permalink
Merge pull request hyperoslo#233 from hyperoslo/correct-branch-for-pod
Browse files Browse the repository at this point in the history
Correct version of Sugar
  • Loading branch information
zenangst authored Dec 9, 2016
2 parents 6bd8aaf + 7f69060 commit 5a2d038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/ImagePickerDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ inhibit_all_warnings!
target 'ImagePickerDemo' do
pod 'ImagePicker', path: '../../'
pod 'Lightbox', git: 'https://github.com/hyperoslo/Lightbox.git', branch: 'swift-3'
pod 'Sugar', git: 'https://github.com/hyperoslo/Sugar.git', branch: 'swift-3'
pod 'Sugar', git: 'https://github.com/hyperoslo/Sugar.git', branch: 'master'
pod 'Hue', git: 'https://github.com/hyperoslo/Hue.git', branch: 'swift3'
end

0 comments on commit 5a2d038

Please sign in to comment.