From acb97d18ab84b0cc1f2632f545ae4e6b33102df6 Mon Sep 17 00:00:00 2001 From: Darrarski Date: Sun, 11 May 2014 22:56:31 +0200 Subject: [PATCH] Pod version updated to 1.0.1 --- DRCollectionViewTableLayout.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DRCollectionViewTableLayout.podspec b/DRCollectionViewTableLayout.podspec index 7cb5f95..29273aa 100644 --- a/DRCollectionViewTableLayout.podspec +++ b/DRCollectionViewTableLayout.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'DRCollectionViewTableLayout' - s.version = '1.0.0' + s.version = '1.0.1' s.summary = '' s.homepage = 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Dariusz Rybicki' => 'darrarski@gmail.com' } - s.source = { :git => 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS.git', :tag => '1.0.0' } + s.source = { :git => 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS.git', :tag => '1.0.1' } s.platform = :ios s.source_files = 'DRCollectionViewTableLayout' s.requires_arc = true