first commit
Some checks failed
/ buid (push) Has been cancelled

This commit is contained in:
2026-04-16 14:48:09 +07:00
commit 4b968a3347
5625 changed files with 1685474 additions and 0 deletions

24
Libass.podspec Normal file
View File

@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = 'Libass'
s.version = '0.17.1'
s.summary = 'Libass'
s.description = <<-DESC
Libass
DESC
s.homepage = 'https://github.com/kingslay/FFmpegKit'
s.authors = { 'kintan' => '554398854@qq.com' }
s.license = 'MIT'
s.source = { :git => 'https://github.com/kingslay/FFmpegKit.git', :tag => s.version.to_s }
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
# s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '13.0'
s.default_subspec = 'Libass'
s.static_framework = true
s.subspec 'Libass' do |openssl|
openssl.vendored_frameworks = 'Sources/libfreetype.xcframework','Sources/libfribidi.xcframework', 'Sources/libharfbuzz.xcframework', 'Sources/libass.xcframework'
end
end