[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 6 / 7 / 1 / IFlyTTS / 1.2.2 / IFlyTTS.podspec.json
blob8cee9be9c932bf7f610b98c9bb987786577274a6
2   "name": "IFlyTTS",
3   "version": "1.2.2",
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": "1.2.2"
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   "pod_target_xcconfig": {
25     "ENABLE_BITCODE": "NO"
26   },
27   "user_target_xcconfig": {
28     "ENABLE_BITCODE": "NO"
29   },
30   "frameworks": [
31     "Contacts",
32     "CoreLocation",
33     "CoreTelephony",
34     "AVFoundation",
35     "AddressBook",
36     "SystemConfiguration",
37     "AudioToolbox",
38     "QuartzCore",
39     "UIKit",
40     "Foundation",
41     "CoreGraphics"
42   ],
43   "libraries": [
44     "z",
45     "c++"
46   ]