aboutsummaryrefslogtreecommitdiffstats
path: root/build/pod.podspec
diff options
context:
space:
mode:
Diffstat (limited to 'build/pod.podspec')
-rw-r--r--build/pod.podspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/pod.podspec b/build/pod.podspec
index 2c14c280c..fe60f9f68 100644
--- a/build/pod.podspec
+++ b/build/pod.podspec
@@ -2,12 +2,12 @@ Pod::Spec.new do |spec|
spec.name = 'Geth'
spec.version = '{{.Version}}'
spec.license = { :type => 'GNU Lesser General Public License, Version 3.0' }
- spec.homepage = 'https://github.com/ethereum/go-ethereum'
+ spec.homepage = 'https://github.com/dexon-foundation/dexon'
spec.authors = { {{range .Contributors}}
'{{.Name}}' => '{{.Email}}',{{end}}
}
spec.summary = 'iOS Ethereum Client'
- spec.source = { :git => 'https://github.com/ethereum/go-ethereum.git', :commit => '{{.Commit}}' }
+ spec.source = { :git => 'https://github.com/dexon-foundation/dexon.git', :commit => '{{.Commit}}' }
spec.platform = :ios
spec.ios.deployment_target = '9.0'