[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 7 / e / 1 / DKIflyMSC / 1.1.0 / DKIflyMSC.podspec.json
blobd3b60bcc8b6654349154d719ceb55ad42058aa4d
2   "name": "DKIflyMSC",
3   "version": "1.1.0",
4   "summary": "讯飞组件",
5   "description": "讯飞语音组件",
6   "homepage": "https://github.com/MjzDk/DKIflyMSC.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MjzDK": "15929996560@163.com"
13   },
14   "source": {
15     "git": "https://github.com/MjzDk/DKIflyMSC.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "vendored_frameworks": [
22     "DKIflyMSC/Classes/iflyMSC.framework"
23   ],
24   "xcconfig": {
25     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/DKIflyMSC/**\""
26   },
27   "requires_arc": false,
28   "frameworks": [
29     "AVFoundation",
30     "SystemConfiguration",
31     "Foundation",
32     "CoreTelephony",
33     "AudioToolbox",
34     "UIKit",
35     "CoreLocation",
36     "Contacts",
37     "AddressBook",
38     "QuartzCore",
39     "CoreGraphics"
40   ],
41   "libraries": [
42     "z",
43     "c++",
44     "icucore"
45   ],
46   "prepare_command": "mkdir DKIflyMSC/Classes/iflyMSC.framework/Modules\ntouch DKIflyMSC/Classes/iflyMSC.framework/Modules/module.modulemap\ncat <<-EOF > DKIflyMSC/Classes/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    export *\n    link \"z\"\n    link \"c++\"\n}\nEOF"