Skip to content

Commit b9777a8

Browse files
committed
Fixed repository urls in podspec file
1 parent d6a68e8 commit b9777a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Surge.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Pod::Spec.new do |s|
33
s.version = '2.3.0'
44
s.license = 'MIT'
55
s.summary = 'Swift + Accelerate'
6-
s.homepage = 'https://github.com/mattt/Surge'
6+
s.homepage = 'https://github.com/jounce/Surge'
77
s.social_media_url = 'http://twitter.com/mattt'
88
s.authors = {
99
'Mattt Thompson' => 'm@mattt.me',
1010
'Vincent Esche' => 'regexident@gmail.com'
1111
}
12-
s.source = { :git => 'https://github.com/mattt/Surge.git', :tag => s.version }
12+
s.source = { :git => 'https://github.com/jounce/Surge.git', :tag => s.version }
1313

1414
s.ios.deployment_target = '8.0'
1515
s.osx.deployment_target = '10.9'

0 commit comments

Comments
 (0)