Skip to content

Commit

Permalink
Correct Podfile Eureka version spec
Browse files Browse the repository at this point in the history
  • Loading branch information
alldritt committed Sep 27, 2017
1 parent 6c5fa64 commit 6d00377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ColorPickerRow.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.author = "Mark Alldritt"
s.dependencies = {
'Eureka' => '~> 4.0.0',
'Eureka' => '>= 4.0.0',
'UIColor_Hex_Swift'
}
end
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://github.com/CocoaPods/Specs.git'
target 'ColorPicker' do
use_frameworks!

pod 'Eureka', '~> 4.0.0'
pod 'Eureka', '>= 4.0.0'
pod 'UIColor_Hex_Swift'

end

0 comments on commit 6d00377

Please sign in to comment.