Skip to content

Commit

Permalink
Merge pull request #10 from amirsaam/main
Browse files Browse the repository at this point in the history
missed the "v" in generated link
  • Loading branch information
hiddify-com authored Jan 15, 2024
2 parents 691dd85 + e22a67a commit f6f695b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libcore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '[email protected]' }
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

0 comments on commit f6f695b

Please sign in to comment.