diff --git a/DRCollectionViewTableLayout.podspec b/DRCollectionViewTableLayout.podspec index be01739..fea6b7d 100644 --- a/DRCollectionViewTableLayout.podspec +++ b/DRCollectionViewTableLayout.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = 'DRCollectionViewTableLayout' - s.version = '1.0.2' + s.version = '1.0.3' s.summary = 'UICollectionView 2d-table / grid / spreadsheet layout' 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.2' } + s.source = { :git => 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS.git', :tag => '1.0.3' } s.platform = :ios - s.ios.deployment_target = "6.0" + s.ios.deployment_target = '6.0' s.source_files = 'DRCollectionViewTableLayout' s.requires_arc = true end