[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 0 / 3 / 1 / ArmTTS / 2.0.1 / ArmTTS.podspec.json
blob294309e195502da38c673cfe790f42e647e41068
2   "name": "ArmTTS",
3   "version": "2.0.1",
4   "summary": "Text-to-Speech (TTS) engine for the Armenian language.",
5   "description": "Text-to-Speech (TTS) engine for the Armenian language designed by Albert Grigoryan.",
6   "homepage": "https://armtts.online",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Albert Grigoryan": "albert_grigoryan@yahoo.com"
13   },
14   "source": {
15     "git": "https://github.com/albert-grigoryan/ArmTTS-iOS.git",
16     "tag": "2.0.1"
17   },
18   "swift_versions": [
19     "5.0"
20   ],
21   "platforms": {
22     "ios": "13.0"
23   },
24   "source_files": "ArmTTS/Classes/**/*",
25   "resource_bundles": {
26     "ArmTTS": [
27       "ArmTTS/Assets/*.onnx"
28     ]
29   },
30   "static_framework": true,
31   "pod_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "user_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   },
37   "dependencies": {
38     "onnxruntime-objc": [
39       "1.15.1"
40     ]
41   },
42   "swift_version": "5.0"