blob: a36e625182d51a45f1de50dd6721b43caf78f2f6 [file] [log] [blame]
{
"name": "iflyMSCKit",
"version": "1.1641",
"summary": "科大讯飞_语音听写",
"description": "科大讯飞 iOS 语音听写 SDK",
"homepage": "https://github.com/Limon-O-O/iflyMSC",
"license": "MIT",
"authors": {
"Limon": "fengninglong@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Limon-O-O/iflyMSC.git",
"tag": "1.1641"
},
"vendored_frameworks": "Source/iflyMSC.framework",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/iflyMSC/**\""
},
"frameworks": [
"CoreLocation",
"CoreTelephony",
"AVFoundation",
"Contacts",
"AddressBook",
"AudioToolbox",
"SystemConfiguration",
"QuartzCore",
"CoreGraphics"
],
"libraries": [
"z",
"c++"
],
"requires_arc": false,
"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 \"IFlyMSC.h\"\n header \"IFlyAudioSession.h\"\n header \"IFlyContact.h\"\n header \"IFlyDataUploader.h\"\n header \"IFlyDebugLog.h\"\n header \"IFlyISVDelegate.h\"\n header \"IFlyISVRecognizer.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 \"IFlySpeechUnderstander.h\"\n header \"IFlySpeechUtility.h\"\n header \"IFlyTextUnderstander.h\"\n header \"IFlyUserWords.h\"\n header \"IFlyPcmRecorder.h\"\n header \"IFlyVoiceWakeuper.h\"\n header \"IFlyVoiceWakeuperDelegate.h\"\n\n export *\n\n link \"z\"\n link \"c++\"\n}\nEOF"
}