Skip to content

Commit d389e86

Browse files
authored
updated podspec for 1.0.4 version
1 parent 52c97f7 commit d389e86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ScrollableStackView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ScrollableStackView'
3-
s.version = '1.0.3'
3+
s.version = '1.0.4'
44
s.summary = 'Scrollable UIStackView. Scroll your stack view with a smile up on your face. Written in Swift 3. Used Apple s pure auto layout.'
55
s.description = <<-DESC
66
@@ -10,7 +10,7 @@ DESC
1010

1111
s.homepage = 'https://github.com/gurhub/ScrollableStackView'
1212
s.license = { :type => 'MIT', :file => 'LICENSE' }
13-
s.author = { 'Gürhan Yerlikaya' => '[email protected]' }
13+
s.author = { 'Gürhan Yerlikaya' => '[email protected]' }
1414
s.source = { :git => 'https://github.com/gurhub/ScrollableStackView.git', :tag => s.version.to_s }
1515
s.ios.deployment_target = '10.0'
1616
s.source_files = 'ScrollableStackView/Classes/**/*'

0 commit comments

Comments
 (0)