blob: db36efb3c2938e56241a1d4df21b38ff627976c1 [file] [log] [blame]
{
"name": "DFPlayer",
"version": "1.0.2",
"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.2"
},
"source_files": [
"DFPlayer/**/*.{h,m}",
"DFPlayer/supplement/*.{h,m}"
],
"resources": "DFPlayer/DFPlayer.bundle",
"requires_arc": true,
"frameworks": [
"UIKit",
"AVFoundation"
]
}