Files
umbrix-libcore/Libcore.podspec

21 lines
794 B
Plaintext
Raw Normal View History

2023-12-25 19:12:53 +01:00
Pod::Spec.new do |s|
s.name = 'Libcore'
2024-01-07 21:01:34 +03:30
s.version = '0.10.0'
2023-12-25 19:12:53 +01:00
s.summary = 'hiddify mobile SDK for iOS'
s.homepage = 'https://hiddify.com/'
s.license = { :type => 'Copyright', :text => 'Hiddify Open Software' }
2024-01-14 00:46:06 +00:00
s.author = { 'Hiddify' => 'ios@hiddify.com' }
2023-12-25 19:12:53 +01:00
s.ios.deployment_target = '9.0'
2024-01-14 00:46:06 +00:00
s.vendored_frameworks = 'Libcore.xcframework'
# s.source = { :git => 'https://github.com/hiddify/hiddify-next-core.git', :tag => s.version }
2024-01-14 00:48:49 +00:00
s.source = { :http => "https://github.com/hiddify/hiddify-next-core/releases/download/v#{s.version}/hiddify-libcore-ios.xcframework.tar.gz" }
2024-01-14 00:46:06 +00:00
s.prepare_command = <<-CMD
tar -xf "hiddify-libcore-ios.xcframework.tar.gz"
CMD
2023-12-25 19:12:53 +01:00
end