mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-03 04:28:31 +01:00
wip
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'HlsDownloader'
|
s.name = 'HlsDownloader'
|
||||||
s.version = '1'
|
s.version = '0.0.1'
|
||||||
s.summary = 'A sample project summary'
|
s.summary = 'Download HLS streams with AVAssetDownloadURLSession'
|
||||||
s.description = 'A sample project description'
|
s.description = 'Download HLS streams with AVAssetDownloadURLSession'
|
||||||
s.author = ''
|
s.author = 'Streamyfin'
|
||||||
s.homepage = 'https://docs.expo.dev/modules/'
|
s.homepage = 'https://docs.expo.dev/modules/'
|
||||||
s.platforms = { :ios => '13.4', :tvos => '13.4' }
|
s.platforms = { :ios => '13.4', :tvos => '13.4' }
|
||||||
s.source = { git: '' }
|
s.source = { git: 'https://github.com/streamyfin/streamyfin' }
|
||||||
s.static_framework = true
|
s.static_framework = true
|
||||||
|
|
||||||
s.dependency 'ExpoModulesCore'
|
s.dependency 'ExpoModulesCore'
|
||||||
|
|||||||
Reference in New Issue
Block a user