From 91f64cac3f0c90b5d5426058d58539b5555ebfb1 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Sun, 14 Jan 2024 00:48:49 +0000 Subject: [PATCH] update podspec --- Libcore.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libcore.podspec b/Libcore.podspec index fac9bdd..d68f170 100644 --- a/Libcore.podspec +++ b/Libcore.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '9.0' s.vendored_frameworks = 'Libcore.xcframework' # s.source = { :git => 'https://github.com/hiddify/hiddify-next-core.git', :tag => s.version } - s.source = { :http => 'https://github.com/hiddify/hiddify-next-core/releases/download/v#{s.version}/hiddify-libcore-ios.xcframework.tar.gz' } + s.source = { :http => "https://github.com/hiddify/hiddify-next-core/releases/download/v#{s.version}/hiddify-libcore-ios.xcframework.tar.gz" } s.prepare_command = <<-CMD tar -xf "hiddify-libcore-ios.xcframework.tar.gz" CMD