From 7d16437d11128f247e05dbec96fb81f410d1a947 Mon Sep 17 00:00:00 2001 From: "laien.yy" Date: Wed, 13 Nov 2024 10:07:53 +0100 Subject: [PATCH] [Add] OOGMediaPlayer 1.0.17 --- .../1.0.17/OOGMediaPlayer.podspec.json | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Specs/b/1/f/OOGMediaPlayer/1.0.17/OOGMediaPlayer.podspec.json diff --git a/Specs/b/1/f/OOGMediaPlayer/1.0.17/OOGMediaPlayer.podspec.json b/Specs/b/1/f/OOGMediaPlayer/1.0.17/OOGMediaPlayer.podspec.json new file mode 100644 index 000000000000..1c4ec93b07d4 --- /dev/null +++ b/Specs/b/1/f/OOGMediaPlayer/1.0.17/OOGMediaPlayer.podspec.json @@ -0,0 +1,36 @@ +{ + "name": "OOGMediaPlayer", + "version": "1.0.17", + "summary": "A short description of OOGMediaPlayer.", + "description": "音频播放器", + "homepage": "https://github.com/laienyy/OOGMediaPlayer", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "yy": "yiyuan@laien.io" + }, + "platforms": { + "ios": "15.0" + }, + "swift_versions": [ + "5" + ], + "source": { + "git": "https://github.com/laienyy/OOGMediaPlayer.git", + "tag": "1.0.17" + }, + "source_files": [ + "OOGMediaPlayer/Sources/**/*.swift", + "OOGMediaPlayer/Sources/**/**/*.swift", + "OOGMediaPlayer/Sources/**/**/**/*.swift" + ], + "frameworks": [ + "UIKit", + "AVFoundation", + "AVFAudio" + ], + "module_name": "OOGMediaPlayer", + "swift_version": "5" +} -- 2.11.4.GIT