blob: 7e1d31b837cda8105f81807e799bbded6e045d7e [file] [log] [blame]
{
"name": "DFPlayer",
"version": "1.0.0",
"summary": "A simple and flexible iOS audio playback module.",
"homepage": "https://github.com/ihoudf/DFPlayer",
"license": "MIT",
"authors": {
"ihoudf": "188816190@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ihoudf/DFPlayer.git",
"tag": "1.0.0"
},
"source_files": [
"DFPlayer",
"DFPlayer/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation"
]
}