aboutsummaryrefslogtreecommitdiffstats
path: root/build/pod.podspec
diff options
context:
space:
mode:
Diffstat (limited to 'build/pod.podspec')
-rw-r--r--build/pod.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/pod.podspec b/build/pod.podspec
index a1799ecc3..2c14c280c 100644
--- a/build/pod.podspec
+++ b/build/pod.podspec
@@ -1,5 +1,5 @@
Pod::Spec.new do |spec|
- spec.name = '{{.Name}}'
+ 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'