blob: cc0e9da2b3a29788bf0e0b3f6b5f67987999abe9 [file] [log] [blame]
{
"name": "ZXLRecorder",
"version": "1.0.2",
"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.2"
},
"source_files": "ZXLRecorder/Recorder/*.{h,m}",
"vendored_frameworks": "ZXLRecorder/lame.framework",
"frameworks": "AVFoundation",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-w"
}
}