diff --git a/Surge.podspec b/Surge.podspec index 141df8ee..6594c3e6 100644 --- a/Surge.podspec +++ b/Surge.podspec @@ -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' => 'm@mattt.me', 'Vincent Esche' => 'regexident@gmail.com' } - 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'