Skip to content

Commit

Permalink
Merge pull request #8 from amirsaam/main
Browse files Browse the repository at this point in the history
fix podspec?
  • Loading branch information
hiddify-com authored Jan 15, 2024
2 parents a2ecc73 + 1f19de1 commit 85d851b
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions Libcore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,8 @@ Pod::Spec.new do |s|
s.homepage = 'https://hiddify.com/'
s.license = { :type => 'Copyright', :text => 'Hiddify Open Software' }
s.author = { 'Hiddify' => '[email protected]' }
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

0 comments on commit 85d851b

Please sign in to comment.