Skip to content

Commit

Permalink
Update podspec to use https
Browse files Browse the repository at this point in the history
  • Loading branch information
Imperiopolis committed Aug 14, 2024
1 parent a0c9da7 commit 119dce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JuiceboxSdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 119dce5

Please sign in to comment.