This commit is contained in:
Fredrik Burmester
2025-02-15 20:09:07 +01:00
parent b37c9d69ba
commit 3cca9f337d

View File

@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'HlsDownloader'
s.version = '1'
s.summary = 'A sample project summary'
s.description = 'A sample project description'
s.author = ''
s.version = '0.0.1'
s.summary = 'Download HLS streams with AVAssetDownloadURLSession'
s.description = 'Download HLS streams with AVAssetDownloadURLSession'
s.author = 'Streamyfin'
s.homepage = 'https://docs.expo.dev/modules/'
s.platforms = { :ios => '13.4', :tvos => '13.4' }
s.source = { git: '' }
s.source = { git: 'https://github.com/streamyfin/streamyfin' }
s.static_framework = true
s.dependency 'ExpoModulesCore'