blob: 998eb35092c470d6df112cc40b7d950575a1ebe8 [file] [log] [blame]
{
"name": "SZAVPlayer",
"version": "1.1.3",
"summary": "Swift AVPlayer, based on AVAssetResourceLoaderDelegate, support cache.",
"description": "SZAVPlayer is a lightweight audio player library, based on AVPlayer, pure-Swift. Video playing will be supported later.",
"homepage": "https://github.com/eroscai/SZAVPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"eroscai": "csz0102@gmail.com"
},
"source": {
"git": "https://github.com/eroscai/SZAVPlayer.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "Sources/Classes/**/*",
"frameworks": [
"UIKit",
"CoreServices",
"AVFoundation"
],
"swift_version": "5.0"
}