From b33ebebbdc34eb345485dcc24fa91c46c0a66047 Mon Sep 17 00:00:00 2001 From: KyleWhale Date: Wed, 22 Nov 2023 05:19:45 +0100 Subject: [PATCH] [Add] SCPlayerSwift 0.0.4 --- .../SCPlayerSwift/0.0.4/SCPlayerSwift.podspec.json | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Specs/f/5/b/SCPlayerSwift/0.0.4/SCPlayerSwift.podspec.json diff --git a/Specs/f/5/b/SCPlayerSwift/0.0.4/SCPlayerSwift.podspec.json b/Specs/f/5/b/SCPlayerSwift/0.0.4/SCPlayerSwift.podspec.json new file mode 100644 index 000000000000..cb09c527902f --- /dev/null +++ b/Specs/f/5/b/SCPlayerSwift/0.0.4/SCPlayerSwift.podspec.json @@ -0,0 +1,47 @@ +{ + "name": "SCPlayerSwift", + "version": "0.0.4", + "summary": "Video Player Using Swift, based on AVPlayer", + "swift_versions": "5", + "description": "Video Player Using Swift, based on AVPlayer, support for the horizontal screen, vertical screen, the upper and lower slide to adjust the volume, the screen brightness, or so slide to adjust the playback progress.", + "homepage": "https://github.com/KyleWhale/SCPlayerSwift.git", + "license": "MIT", + "authors": { + "Eliyar Eziz": "eliyar917@gmail.com" + }, + "source": { + "git": "https://github.com/KyleWhale/SCPlayerSwift.git", + "tag": "0.0.4" + }, + "social_media_url": "http://weibo.com/536445669", + "platforms": { + "ios": "11.0" + }, + "pod_target_xcconfig": { + "SWIFT_VERSION": "5.0" + }, + "source_files": "Source/*.swift", + "resources": "Source/**/*.xcassets", + "frameworks": [ + "UIKit", + "AVFoundation" + ], + "dependencies": { + "Alamofire": [ + + ], + "SnapKit": [ + "~> 5.0.0" + ], + "NVActivityIndicatorView": [ + "~> 4.7.0" + ], + "Zip": [ + + ], + "LQGConstant": [ + + ] + }, + "swift_version": "5" +} -- 2.11.4.GIT