Skip to content

Commit

Permalink
Merge pull request #9 from amirsaam/main
Browse files Browse the repository at this point in the history
another try to fix podspec
  • Loading branch information
hiddify-com authored Jan 15, 2024
2 parents 85d851b + f4bbfc4 commit 691dd85
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions Libcore.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
Pod::Spec.new do |s|
s.name = 'Libcore'
s.version = '0.10.0'
s.summary = 'hiddify mobile SDK for iOS'
s.homepage = 'https://hiddify.com/'
s.license = { :type => 'Copyright', :text => 'Hiddify Open Software' }
s.author = { 'Hiddify' => '[email protected]' }
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'
end

Pod::Spec.new do |s|
s.name = 'Libcore'
s.version = '0.10.0'
s.summary = 'Hiddify mobile SDK for iOS'
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.ios.deployment_target = '15.0'
s.vendored_frameworks = 'Libcore.xcframework'
end

0 comments on commit 691dd85

Please sign in to comment.