blob: 5cf9c37cd9a0b6ae981871d43ebee84c71050ffd [file] [log] [blame]
{
"name": "VideoPlayerSwiftUI",
"version": "1.1.7",
"summary": "A GSPlayer wrapper for SwiftUI",
"description": "A GSPlayer wrapper for SwiftUI that uses AVPlayer",
"homepage": "https://github.com/jpsison-io/VideoPlayerSwiftUI",
"screenshots": [
"https://raw.githubusercontent.com/jpsison-io/VideoPlayerSwiftUI/master/Images/logo.png",
"https://raw.githubusercontent.com/jpsison-io/VideoPlayerSwiftUI/master/Images/screenshot.png"
],
"license": "MIT",
"authors": {
"Jaype Sison": "dev.jpsison@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.2",
"source": {
"git": "https://github.com/jpsison-io/VideoPlayerSwiftUI.git",
"tag": "1.1.7"
},
"source_files": "Sources/**/*.swift",
"exclude_files": [
"Package.swift",
"Demo",
"Images"
],
"dependencies": {
"GSPlayer": [
"0.2.16"
]
},
"swift_version": "5.2"
}