Update IGListKit dependency to allow for updated versions (#802)

This commit is contained in:
John T McIntosh
2018-02-13 12:08:31 -08:00
committed by Adlai Holler
parent 8b431733d3
commit 6f34691481
+1 -1
View File
@@ -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