Skip to content

Commit

Permalink
updated repo URL in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dahan committed Sep 8, 2019
1 parent 03214a1 commit 8ddaa15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Algorithm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.swift_version = '5.0'
s.license = 'BSD-3-Clause'
s.summary = 'A toolset for writing algorithms in Swift.'
s.homepage = 'http://algorithmswift.io'
s.homepage = 'http://cosmicmind.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 }
Expand Down

0 comments on commit 8ddaa15

Please sign in to comment.