From 119dce5a4d4c3d24de63ae8fbe7b0a9de0ee2723 Mon Sep 17 00:00:00 2001 From: Nora Trapp Date: Wed, 14 Aug 2024 13:00:35 -0700 Subject: [PATCH] Update podspec to use https --- JuiceboxSdk.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JuiceboxSdk.podspec b/JuiceboxSdk.podspec index 58770be..a6caf11 100644 --- a/JuiceboxSdk.podspec +++ b/JuiceboxSdk.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.summary = 'A Swift wrapper library for interfacing with the Juicebox service.' s.homepage = 'https://github.com/juicebox-systems/juicebox-sdk' - s.source = { :git => 'git@github.com:juicebox-systems/juicebox-sdk.git', :tag => "#{s.version}", :submodules => true } + s.source = { :git => 'https://github.com/juicebox-systems/juicebox-sdk.git', :tag => "#{s.version}", :submodules => true } s.swift_version = '5' s.platform = :ios, '13'