Update podspec and project version to 2.0.0

Summary:
This needs to land and be part of #307 before that gets merged, right?

Part of #306
Closes https://github.com/Instagram/IGListKit/pull/308

Differential Revision: D4306594

Pulled By: rnystrom

fbshipit-source-id: 59314d669f2d42f7dc7856249cf53b81ca001466
This commit is contained in:
Ryan Nystrom
2016-12-09 10:39:38 -08:00
committed by Facebook Github Bot
parent b9ede32f5b
commit 7f56e0fec0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'IGListKit'
s.version = '1.0.0'
s.version = '2.0.0'
s.summary = 'A data-driven UICollectionView framework.'
s.homepage = 'https://github.com/Instagram/IGListKit'
s.documentation_url = 'https://instagram.github.io/IGListKit'