[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / 6 / 7 / 1 / IFlyTTS / 0.1.0 / IFlyTTS.podspec.json
blobe62942feee699f25fadc69475e996bad64189768
2   "name": "IFlyTTS",
3   "version": "0.1.0",
4   "summary": "讯飞语音文字合成语音",
5   "description": "讯飞语音TTS 官方只有手动集成方式,所以就有了这个,方便通过cocoapods方式集成.",
6   "homepage": "https://github.com/MQL9011/IFlyTTS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "301063915@qq.com": "301063915@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/MQL9011/IFlyTTS.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "IFlyTTS/Classes/**/*",
22   "public_header_files": "IFlyTTS/Classes/*.h",
23   "vendored_frameworks": "IFlyTTS/Classes/iflyMSC.framework",
24   "frameworks": [
25     "Contacts",
26     "CoreLocation",
27     "CoreTelephony",
28     "AVFoundation",
29     "AddressBook",
30     "SystemConfiguration",
31     "AudioToolbox",
32     "QuartzCore",
33     "UIKit",
34     "Foundation",
35     "CoreGraphics"
36   ],
37   "libraries": [
38     "z",
39     "c++"
40   ]