[Add] RevenueCatUI 5.14.6
[CocoaPods.git] / Specs / 7 / e / 1 / DKIflyMSC / 1.1.7 / DKIflyMSC.podspec.json
blob8026cc051a876331d32c8f698132391698d160c4
2   "name": "DKIflyMSC",
3   "version": "1.1.7",
4   "summary": "讯飞语音听写",
5   "description": "科大讯飞 语音听写 SDK",
6   "homepage": "https://github.com/MjzDk/DKIflyMSC.git",
7   "license": "MIT",
8   "authors": {
9     "MjzDK": "15929996560@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/MjzDk/DKIflyMSC.git",
16     "tag": "1.1.7"
17   },
18   "vendored_frameworks": "Source/iflyMSC.framework",
19   "xcconfig": {
20     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/iflyMSCKit/**\""
21   },
22   "frameworks": [
23     "AVFoundation",
24     "SystemConfiguration",
25     "Foundation",
26     "CoreTelephony",
27     "AudioToolbox",
28     "UIKit",
29     "CoreLocation",
30     "Contacts",
31     "AddressBook",
32     "QuartzCore",
33     "CoreGraphics"
34   ],
35   "libraries": [
36     "z",
37     "c++",
38     "icucore"
39   ],
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\n    export *\n\n    link \"z\"\n    link \"c++\"\n}\nEOF"