From 40acad9582dfc678a66ef02ca956d36ad3445145 Mon Sep 17 00:00:00 2001 From: nian1 Date: Fri, 9 Jan 2026 21:13:47 +0800 Subject: [PATCH] chore: Update podspec to use SSH URL --- Canopy.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Canopy.podspec b/Canopy.podspec index 1f00882..f5f73d9 100644 --- a/Canopy.podspec +++ b/Canopy.podspec @@ -16,7 +16,7 @@ Features: s.homepage = 'https://github.com/ding1dingx/Canopy' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'syxc' => 'nian1.wiki@gmail.com' } - s.source = { :git => 'https://github.com/ding1dingx/Canopy.git', :tag => s.version.to_s } + s.source = { :git => 'git@github.com:ding1dingx/Canopy.git', :tag => s.version.to_s } s.ios.deployment_target = '14.0' s.swift_version = '5.0'