Skip to content

Commit

Permalink
Fixed repository urls in podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Nov 2, 2019
1 parent d6a68e8 commit b9777a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Surge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Pod::Spec.new do |s|
s.version = '2.3.0'
s.license = 'MIT'
s.summary = 'Swift + Accelerate'
s.homepage = 'https://github.com/mattt/Surge'
s.homepage = 'https://github.com/jounce/Surge'
s.social_media_url = 'http://twitter.com/mattt'
s.authors = {
'Mattt Thompson' => '[email protected]',
'Vincent Esche' => '[email protected]'
}
s.source = { :git => 'https://github.com/mattt/Surge.git', :tag => s.version }
s.source = { :git => 'https://github.com/jounce/Surge.git', :tag => s.version }

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
Expand Down

0 comments on commit b9777a8

Please sign in to comment.