Updates ASDKGram to use IGListKit 3.0.0 (#367)

This commit is contained in:
Andrew Yates
2017-06-17 23:01:54 -07:00
committed by appleguy
parent d9dec8fdf9
commit 46c4359cc1
6 changed files with 9 additions and 15 deletions

View File

@@ -51,7 +51,7 @@ Pod::Spec.new do |spec|
end
spec.subspec 'IGListKit' do |igl|
igl.dependency 'IGListKit', '2.1.0'
igl.dependency 'IGListKit', '3.0.0'
igl.dependency 'Texture/Core'
end