diff --git a/Algorithm.podspec b/Algorithm.podspec index 31e42fc..9719332 100644 --- a/Algorithm.podspec +++ b/Algorithm.podspec @@ -3,8 +3,8 @@ Pod::Spec.new do |s| s.version = '2.0.3' s.license = 'BSD-3-Clause' s.summary = 'A toolset for writing algorithms in Swift.' - s.homepage = 'http://algorithmswift.io' - s.social_media_url = 'https://www.facebook.com/cosmicmindio' + s.homepage = 'http://algorithmswift.com' + s.social_media_url = 'https://www.facebook.com/cosmicmindcom' s.authors = { 'CosmicMind, Inc.' => 'support@cosmicmind.com' } s.source = { :git => 'https://github.com/CosmicMind/Algorithm.git', :tag => s.version } s.ios.deployment_target = '8.0'