blob: 48b9adf85ea965e482fd847b7dbaed51086d292b [file] [log] [blame]
{
"name": "SHBLame",
"version": "0.0.1",
"summary": "音频转成mp3",
"description": "lame库,音频转mp3",
"homepage": "https://github.com/jiutianhuanpei/SHBLame",
"license": "MIT",
"authors": {
"shenhongbang": "shenhongbang@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jiutianhuanpei/SHBLame.git",
"tag": "0.0.1"
},
"source_files": "SHBLame/*",
"frameworks": [
"AVFoundation",
"UIKit"
],
"vendored_libraries": "SHBLame/libmp3lame.a",
"requires_arc": true
}