初始化

This commit is contained in:
谢宇宁
2026-09-15 15:44:13 +07:00
commit a23ba685e9
1065 changed files with 101122 additions and 0 deletions
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = 'm3u8_downloader'
s.version = '1.3.0'
s.summary = 'Minimal iOS stub for the m3u8_downloader Flutter plugin.'
s.description = <<-DESC
Provides an iOS registration stub so Flutter projects depending on the
m3u8_downloader plugin can build for iOS simulators and devices.
DESC
s.homepage = 'https://example.invalid/m3u8_downloader'
s.license = { :file => '../LICENSE' }
s.author = { 'Vincent' => 'vincent@example.invalid' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.platform = :ios, '13.0'
s.swift_version = '5.0'
s.pod_target_xcconfig = {
'DEFINES_MODULE' => 'YES'
}
end