blob: 025c24152ecb47a112279577e5851c9137d7a211 [file] [log] [blame]
{
"name": "iOS-PlayerKit",
"version": "1.0.0",
"summary": "[AudioPlayer, AudioQueue,Stream]Labrador is a complete stream/file audio player.",
"description": "A complete audio player with a modular design that can be replaced with different components to suit different needs. A decoder and two data providers have been implemented",
"homepage": "https://github.com/czqasngit/Labrador",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"czqasngit": "czqasn_6@163.com"
},
"source": {
"git": "https://github.com/czqasngit/iOS-PlayerKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Labrador/Classes/**/*",
"public_header_files": "Labrador/Classes/**/*.h",
"frameworks": "AudioToolbox"
}