blob: 80c0055bd519e45da01a352832821eb7db264544 [file] [log] [blame]
{
"name": "DFPlayer",
"version": "2.0.3",
"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.1"
},
"source": {
"git": "https://github.com/ihoudf/DFPlayer.git",
"tag": "2.0.3"
},
"source_files": "DFPlayer/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"UIKit",
"AVFoundation",
"MediaPlayer"
]
}