[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 0 / d / IFLYMSCC / 1.1.4 / IFLYMSCC.podspec.json
blob69d8fd9d8ca302a0d3160712bd23e627e96e2c95
2   "name": "IFLYMSCC",
3   "version": "1.1.4",
4   "summary": "讯飞语音",
5   "description": "科大讯飞 iOS",
6   "homepage": "https://github.com/chaopengCoder/IFLYSMC",
7   "license": "MIT",
8   "authors": {
9     "chaopengCoder": "chaopeng_coder@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/chaopengCoder/IFLYSMC.git",
16     "tag": "1.1.4"
17   },
18   "vendored_frameworks": "Source/iflyMSC.framework",
19   "xcconfig": {
20     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/IFLYMSCC/**\""
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    export *\n    link \"z\"\n    link \"c++\"\n}\nEOF"