blob: 9f67ec9fcab0af82d7c36b815004c905a0f29941 [file] [log] [blame]
{
"name": "SMp3Encode",
"version": "0.0.1",
"summary": "mp3 边录边保存",
"description": "mp3 录制和转换,边录边保存",
"homepage": "https://github.com/sujiewen/SMp3Encode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sujiewen": "sujiewen@qq.com"
},
"source": {
"git": "https://github.com/sujiewen/SMp3Encode.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"SMp3Encode/Classes/**/*.{h,m}",
"SMp3Encode/Lame/*.h"
],
"public_header_files": "SMp3Encode/Classes/**/*.h",
"frameworks": "Foundation",
"vendored_libraries": "SMp3Encode/Lame/*.a"
}