From e22a67a0ecc94b7f13af3387f9299133c4b3fb4c Mon Sep 17 00:00:00 2001 From: Amir Mohammadi Date: Mon, 15 Jan 2024 21:30:06 +0330 Subject: [PATCH] Update Libcore.podspec --- Libcore.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libcore.podspec b/Libcore.podspec index 6c041992..5417cc85 100644 --- a/Libcore.podspec +++ b/Libcore.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.homepage = 'https://hiddify.com/' s.license = { :type => 'Copyright', :text => 'Hiddify Open Software' } s.author = { 'Hiddify' => 'ios@hiddify.com' } - s.source = { :http => "https://github.com/hiddify/hiddify-next-core/releases/download/#{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.ios.deployment_target = '15.0' s.vendored_frameworks = 'Libcore.xcframework' end \ No newline at end of file