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

Commit acb97d1

Browse files
committed
Pod version updated to 1.0.1
1 parent 5103232 commit acb97d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DRCollectionViewTableLayout.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'DRCollectionViewTableLayout'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.summary = ''
55
s.homepage = 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { 'Dariusz Rybicki' => '[email protected]' }
8-
s.source = { :git => 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS.git', :tag => '1.0.0' }
8+
s.source = { :git => 'https://github.com/darrarski/DRCollectionViewTableLayout-iOS.git', :tag => '1.0.1' }
99
s.platform = :ios
1010
s.source_files = 'DRCollectionViewTableLayout'
1111
s.requires_arc = true

0 commit comments

Comments
 (0)