Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
Pod version updated to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darrarski committed May 11, 2014
1 parent 5103232 commit acb97d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DRCollectionViewTableLayout.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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
Expand Down

0 comments on commit acb97d1

Please sign in to comment.