[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 2 / d / 9 / LRXF / 1.174.9 / LRXF.podspec.json
blob9242b78902adb49e2eab95626ccfce188fda8d7e
2   "name": "LRXF",
3   "version": "1.174.9",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "summary": "讯飞听写sdk",
8   "description": "讯飞听写sdk",
9   "homepage": "https://github.com/karlcool/LRXF.git",
10   "license": "MIT",
11   "authors": {
12     "yanzhi.liu": "karlcool.l@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/karlcool/LRXF.git",
16     "tag": "1.174.9"
17   },
18   "vendored_frameworks": "Src/iflyMSC.framework",
19   "frameworks": [
20     "CoreLocation",
21     "CoreTelephony",
22     "AVFoundation",
23     "Contacts",
24     "AddressBook",
25     "AudioToolbox",
26     "SystemConfiguration",
27     "QuartzCore",
28     "CoreGraphics"
29   ],
30   "libraries": [
31     "z",
32     "c++"
33   ],
34   "requires_arc": false,
35   "prepare_command": "mkdir Src/iflyMSC.framework/Modules\n  touch Src/iflyMSC.framework/Modules/module.modulemap\n  cat <<-EOF > Src/iflyMSC.framework/Modules/module.modulemap\n  framework module iflyMSC {\nheader \"IFlyAudioSession.h\"\nheader \"IFlyDataUploader.h\"\nheader \"IFlyDebugLog.h\"\nheader \"IFlyISVDelegate.h\"\nheader \"IFlyISVRecognizer.h\"\nheader \"IFlyMSC.h\"\nheader \"IFlyPcmRecorder.h\"\nheader \"IFlyRecognizerView.h\"\nheader \"IFlyRecognizerViewDelegate.h\"\nheader \"IFlyResourceUtil.h\"\nheader \"IFlySetting.h\"\nheader \"IFlySpeechConstant.h\"\nheader \"IFlySpeechError.h\"\nheader \"IFlySpeechEvaluator.h\"\nheader \"IFlySpeechEvaluatorDelegate.h\"\nheader \"IFlySpeechEvent.h\"\nheader \"IFlySpeechRecognizer.h\"\nheader \"IFlySpeechRecognizerDelegate.h\"\nheader \"IFlySpeechSynthesizer.h\"\nheader \"IFlySpeechSynthesizerDelegate.h\"\nheader \"IFlySpeechUtility.h\"\nheader \"IFlyUserWords.h\"\nheader \"IFlyVoiceWakeuper.h\"\nheader \"IFlyVoiceWakeuperDelegate.h\"\n      export *\n      link \"z\"\n      link \"c++\"\n  }"