blob: add99a53f8a599d28050ed9b49114c202ad50552 [file] [log] [blame]
{
"name": "STMURLAsset",
"version": "0.1.0",
"summary": "STMURLAsset.",
"description": "STMURLAsset is a subclass of AVURLAsset that can cache data downloaded by AVPlayer.",
"homepage": "https://github.com/douking/STMURLAsset",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DouKing": "wyk8916@gmail.com"
},
"source": {
"git": "https://github.com/douking/STMURLAsset.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"requires_arc": true,
"swift_versions": "5.0",
"source_files": "Sources/STMURLAsset/**/**.swift",
"dependencies": {
"Alamofire": [
"~> 5.4.0"
]
},
"swift_version": "5.0"
}