Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Jan 14, 2024
1 parent d04211e commit 5189cc3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Libcore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ Pod::Spec.new do |s|
s.summary = 'hiddify mobile SDK for iOS'
s.homepage = 'https://hiddify.com/'
s.license = { :type => 'Copyright', :text => 'Hiddify Open Software' }
s.author = { 'Hiddify' => 'ios@hiddifyk.com' }
s.author = { 'Hiddify' => 'ios@hiddify.com' }

s.ios.deployment_target = '9.0'
s.vendored_frameworks = 'Libcore.framework'
s.source = { :path => '../libcore/' }
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
tar -xf "hiddify-libcore-ios.xcframework.tar.gz"
CMD



end
Expand Down

0 comments on commit 5189cc3

Please sign in to comment.