5 "description": "科大讯飞 iOS",
6 "homepage": "https://github.com/chaopengCoder/IFLYSMC",
9 "chaopengCoder": "chaopeng_coder@qq.com"
15 "git": "https://github.com/chaopengCoder/IFLYSMC.git",
18 "vendored_frameworks": "Source/iflyMSC.framework",
20 "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/IFLYMSCC/**\""
24 "SystemConfiguration",
40 "requires_arc": false,
41 "prepare_command": "mkdir Source/iflyMSC.framework/Modules\ntouch Source/iflyMSC.framework/Modules/module.modulemap\ncat <<-EOF > Source/iflyMSC.framework/Modules/module.modulemap\nframework module iflyMSC {\n header \"IFlyAudioSession.h\"\n header \"IFlyDataUploader.h\"\n header \"IFlyDebugLog.h\"\n header \"IFlyISVDelegate.h\"\n header \"IFlyISVRecognizer.h\"\n header \"IFlyISVDelegate.h\"\n header \"IFlyMSC.h\"\n header \"IFlyPcmRecorder.h\"\n header \"IFlyRecognizerView.h\"\n header \"IFlyRecognizerViewDelegate.h\"\n header \"IFlyResourceUtil.h\"\n header \"IFlySetting.h\"\n header \"IFlySpeechConstant.h\"\n header \"IFlySpeechError.h\"\n header \"IFlySpeechEvaluator.h\"\n header \"IFlySpeechEvaluatorDelegate.h\"\n header \"IFlySpeechEvent.h\"\n header \"IFlySpeechRecognizer.h\"\n header \"IFlySpeechRecognizerDelegate.h\"\n header \"IFlySpeechSynthesizer.h\"\n header \"IFlySpeechSynthesizerDelegate.h\"\n header \"IFlySpeechUtility.h\"\n header \"IFlyUserWords.h\"\n header \"IFlyVoiceWakeuper.h\"\n header \"IFlyVoiceWakeuperDelegate.h\"\n export *\n link \"z\"\n link \"c++\"\n}\nEOF"