From 4f2361a39a37c91f0fee4251e0915feb0cd9fa36 Mon Sep 17 00:00:00 2001 From: jlou Date: Fri, 22 Oct 2021 15:15:47 -0700 Subject: [PATCH] Change podspec source to http url --- BGSwift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BGSwift.podspec b/BGSwift.podspec index 6dcc1fd..3fb34f7 100644 --- a/BGSwift.podspec +++ b/BGSwift.podspec @@ -15,7 +15,7 @@ DESC 'Sean Levin' => 'slevin@yahooinc.com' } s.source = { - :git => 'git@github.com:yahoo/BGSwift.git', + :git => 'https://github.com/yahoo/bgswift.git', :tag => s.version.to_s } s.requires_arc = true