blob: 2d6c030a89d1ff744c525634aa91b182f0f56ae4 [file] [log] [blame]
{
"name": "SZAVPlayer",
"version": "1.1.0",
"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.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "SZAVPlayer/Classes/**/*",
"frameworks": [
"UIKit",
"CoreServices",
"AVFoundation"
],
"swift_version": "5.0"
}