We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb0441 commit db48bb2Copy full SHA for db48bb2
Algorithm.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
3
s.version = '2.0.3'
4
s.license = 'BSD-3-Clause'
5
s.summary = 'A toolset for writing algorithms in Swift.'
6
- s.homepage = 'http://algorithmswift.com'
+ s.homepage = 'http://algorithmswift.io'
7
s.social_media_url = 'https://www.facebook.com/cosmicmindcom'
8
s.authors = { 'CosmicMind, Inc.' => 'support@cosmicmind.com' }
9
s.source = { :git => 'https://github.com/CosmicMind/Algorithm.git', :tag => s.version }
0 commit comments