blob: 829a3ce04aa8683b8065f654cb164b766115fb73 [file] [log] [blame]
{
"name": "ZXLRecorder",
"version": "1.0.5",
"summary": "A Library for iOS to use for recorder",
"homepage": "https://github.com/ZXLBoaConstrictor",
"license": "MIT",
"authors": {
"zhangxiaolong": "244061043@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ZXLBoaConstrictor/ZXLRecorder.git",
"tag": "1.0.5"
},
"source_files": "ZXLRecorder/Recorder/*.{h,m}",
"vendored_frameworks": "ZXLRecorder/lame.framework",
"frameworks": "AVFoundation",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-w"
}
}