From d02221d757438b35fd2b19e9a804bb1598c415d1 Mon Sep 17 00:00:00 2001 From: Cole Potrocky Date: Fri, 11 May 2018 18:31:35 -0400 Subject: [PATCH] Update URL for repo, add tag --- EtherKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EtherKit.podspec b/EtherKit.podspec index 10add60..f0896a9 100644 --- a/EtherKit.podspec +++ b/EtherKit.podspec @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/Vaultio/EtherKit' s.license = { :type => 'Apache-2.0', :file => 'LICENSE' } s.authors = "Vault, Inc." - s.source = { :git => 'git@github.com:Vaultio/EtherKit.git' } + s.source = { :git => 'https://github.com/Vaultio/EtherKit.git', :tag => '0.1.3' } s.ios.deployment_target = '10.0' s.swift_version = '4.1'