Merge pull request #9 from amirsaam/main

another try to fix podspec
This commit is contained in:
Hiddify
2024-01-15 18:56:58 +01:00
committed by GitHub

View File

@@ -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' => 'ios@hiddify.com' }
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' => 'ios@hiddify.com' }
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