blob: 83c639fb5c301ec254398a1bc12c6f26cd0c833b [file] [log] [blame]
{
"name": "LCVoiceHud",
"version": "0.3",
"summary": "Drop-in class to record audio note in iOS application and get it back in the app.",
"description": " Drop-in class to record audio note in iOS application and get it back in the app.\n\n * #include \"LCVoice.h\"\n",
"homepage": "https://github.com/northwind/LCVoiceHud",
"license": "MIT",
"authors": {
"northwind": "norristong_x@qq.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/northwind/LCVoiceHud.git",
"tag": "0.3"
},
"source_files": "LCVoiceHud/LCVoiceHud/Classes/*.{h,m}",
"resources": "LCVoiceHud/LCVoiceHud/Images/*.png",
"frameworks": "AVFoundation",
"requires_arc": false
}