Skip to content

Commit

Permalink
Update IGListKit dependency to allow for updated versions (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
johntmcintosh authored and Adlai-Holler committed Feb 13, 2018
1 parent 8b43173 commit 6f34691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Texture.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Pod::Spec.new do |spec|
end

spec.subspec 'IGListKit' do |igl|
igl.dependency 'IGListKit', '3.0.0'
igl.dependency 'IGListKit', '~> 3.0'
igl.dependency 'Texture/Core'
end

Expand Down

0 comments on commit 6f34691

Please sign in to comment.