blob: d438bb1e2e5bb4fe863d38ccccbb04cb385eca6b [file] [log] [blame]
{
"name": "PFAudioLib",
"version": "0.1.2",
"summary": "音频文件转换工具",
"description": "音频文件转换工具 支持pcm,mp3,arm,wav文件格式的转换",
"homepage": "https://github.com/qq631192328/PFAudioLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qq631192328": "hongpeifeng@163.com"
},
"source": {
"git": "https://github.com/qq631192328/PFAudioLib.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PFAudioLib/Classes/**/**/*.{h,m,mm}",
"vendored_libraries": "PFAudioLib/Classes/**/*.a",
"frameworks": "AVFoundation",
"libraries": "c++",
"static_framework": true
}