Files
umbrix-libcore/Libcore.podspec

12 lines
649 B
Plaintext
Raw Normal View History

2024-01-15 21:23:51 +03:30
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 License' }
s.author = { 'Hiddify' => 'ios@hiddify.com' }
# Correcting the string interpolation:
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