From 5660084c792b1449edc36f001df30811170e0cec Mon Sep 17 00:00:00 2001 From: Daniel Cech Date: Tue, 27 Oct 2020 16:37:38 +0100 Subject: [PATCH] [feat]: podspec update --- DeallocTests.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeallocTests.podspec b/DeallocTests.podspec index 86821b6..c58c26d 100644 --- a/DeallocTests.podspec +++ b/DeallocTests.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.homepage = 'http://strv.com' s.social_media_url = 'https://twitter.com/DanielCech' s.authors = { "Daniel Cech" => "daniel.cech@strv.com", "Jan Kaltoun" => "jan.kaltoun@strv.com" } - s.source = { :git => "git@github.com:strvcom/ios-research-dealloc-tests.git", :tag => "v"+s.version.to_s } + s.source = { :git => "https://github.com/strvcom/DeallocTests.git", :tag => "v"+s.version.to_s } s.platforms = { :ios => "12.0" } s.requires_arc = true s.swift_versions = ['5.0']