From 3cca9f337dfb7bda421c2e7ed24a0a386f1a6748 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sat, 15 Feb 2025 20:09:07 +0100 Subject: [PATCH] wip --- modules/hls-downloader/ios/HlsDownloader.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/hls-downloader/ios/HlsDownloader.podspec b/modules/hls-downloader/ios/HlsDownloader.podspec index 5b47cce6..82e87ba5 100644 --- a/modules/hls-downloader/ios/HlsDownloader.podspec +++ b/modules/hls-downloader/ios/HlsDownloader.podspec @@ -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'