From 84d7c3c954dd303e939ff9cddc2bedc5e38900e5 Mon Sep 17 00:00:00 2001 From: Amir Mohammadi Date: Mon, 15 Jan 2024 21:23:51 +0330 Subject: [PATCH 1/2] Update Libcore.podspec --- Libcore.podspec | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Libcore.podspec b/Libcore.podspec index ad69c82..7cbb50b 100644 --- a/Libcore.podspec +++ b/Libcore.podspec @@ -1,12 +1,12 @@ -Pod::Spec.new do |s| - s.name = 'Libcore' - s.version = '0.10.0' - s.summary = 'hiddify mobile SDK for iOS' - s.homepage = 'https://hiddify.com/' - s.license = { :type => 'Copyright', :text => 'Hiddify Open Software' } - s.author = { 'Hiddify' => 'ios@hiddify.com' } - s.source = { :git => 'https://github.com/hiddify/hiddify-next-core.git', :tag => s.version } - s.ios.deployment_target = '9.0' - s.vendored_frameworks = 'Libcore.xcframework' -end - +Pod::Spec.new do |s| + s.name = 'Libcore' + s.version = '0.10.0' + s.summary = 'Hiddify mobile SDK for iOS' + s.homepage = 'https://hiddify.com/' + s.license = { :type => 'Copyright', :text => 'Hiddify Open Software License' } + s.author = { 'Hiddify' => 'ios@hiddify.com' } + # Correcting the string interpolation: + s.source = { :http => "https://github.com/hiddify/hiddify-next-core/releases/download/#{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 From f4bbfc47df606a54ea425b1b76fa0aaba9341563 Mon Sep 17 00:00:00 2001 From: Amir Mohammadi Date: Mon, 15 Jan 2024 21:24:56 +0330 Subject: [PATCH 2/2] Update Libcore.podspec --- Libcore.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Libcore.podspec b/Libcore.podspec index 7cbb50b..6c04199 100644 --- a/Libcore.podspec +++ b/Libcore.podspec @@ -3,9 +3,8 @@ Pod::Spec.new do |s| s.version = '0.10.0' s.summary = 'Hiddify mobile SDK for iOS' s.homepage = 'https://hiddify.com/' - s.license = { :type => 'Copyright', :text => 'Hiddify Open Software License' } + s.license = { :type => 'Copyright', :text => 'Hiddify Open Software' } s.author = { 'Hiddify' => 'ios@hiddify.com' } - # Correcting the string interpolation: s.source = { :http => "https://github.com/hiddify/hiddify-next-core/releases/download/#{s.version}/hiddify-libcore-ios.xcframework.tar.gz" } s.ios.deployment_target = '15.0' s.vendored_frameworks = 'Libcore.xcframework'