From bf45c0000fd93303eea42a1a3b8bc49c428b2ffd Mon Sep 17 00:00:00 2001 From: Rich Hodgkins Date: Wed, 18 Feb 2015 22:06:45 +0000 Subject: [PATCH] Upped pod to 1.1.3 --- RDHCollectionViewGridLayout.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RDHCollectionViewGridLayout.podspec b/RDHCollectionViewGridLayout.podspec index 0a53721..1971050 100644 --- a/RDHCollectionViewGridLayout.podspec +++ b/RDHCollectionViewGridLayout.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RDHCollectionViewGridLayout' - s.version = '1.1.2' + s.version = '1.1.3' s.license = 'MIT' s.summary = 'Grid layout for UICollectionView.'