Skip to content

Commit 529308f

Browse files
committed
Fixed error in podspec
1 parent 67ebaa4 commit 529308f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SnappingLayout.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ DESC
2020

2121
s.homepage = 'https://github.com/getmimo/SnappingLayout'
2222
s.license = { :type => 'MIT', :file => 'LICENSE' }
23-
s.author = { 'Kévin' => '[email protected]' }
24-
s.source = { :git => 'https://github.com/Kévin/SnappingLayout.git', :tag => s.version.to_s }
23+
s.author = { 'Kévin Cardoso de Sá' => '[email protected]' }
24+
s.source = { :git => 'https://github.com/getmimo/SnappingLayout.git', :tag => s.version.to_s }
2525

2626
s.ios.deployment_target = '9.0'
2727
s.swift_version = '4.2'

0 commit comments

Comments
 (0)