Merge pull request #10 from amirsaam/main

missed the "v" in generated link
This commit is contained in:
Hiddify
2024-01-15 19:34:23 +01:00
committed by GitHub

View File

@@ -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