From 1f19de11034dd77779e2a9a105cf0fd149c9380e Mon Sep 17 00:00:00 2001 From: Amir Mohammadi Date: Mon, 15 Jan 2024 20:46:47 +0330 Subject: [PATCH] Update Libcore.podspec --- Libcore.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/Libcore.podspec b/Libcore.podspec index 572e0d2..ad69c82 100644 --- a/Libcore.podspec +++ b/Libcore.podspec @@ -7,5 +7,6 @@ Pod::Spec.new do |s| 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