[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 0 / 3 / 1 / ArmTTS / 1.0.0 / ArmTTS.podspec.json
blobe683bda8493952cc3f6b64a0f5235fed471bbbc1
2   "name": "ArmTTS",
3   "version": "1.0.0",
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": "1.0.0"
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/*.tflite"
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     "TensorFlowLiteSwift": [
39       "~> 2.4.0"
40     ],
41     "TensorFlowLiteSelectTfOps": [
42       "~> 2.4.0"
43     ]
44   },
45   "swift_version": "5.0"