fix podspec?

This commit is contained in:
Amir Mohammadi
2024-01-15 20:44:10 +03:30
parent 7adf787029
commit 262440b236

View File

@@ -5,18 +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.static_framework = true
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'
# 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.prepare_command = <<-CMD
# ls -R -l
# tar -xf "${PODS_TARGET_SRCROOT}/hiddify-libcore-ios.xcframework.tar.gz"
# CMD
end
end