[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / 5 / 6 / c / MRSpeechDispatcher / 0.0.1 / MRSpeechDispatcher.podspec.json
blob3184408386ba3b762ff94aa11017da78bf3d4cec
2   "name": "MRSpeechDispatcher",
3   "version": "0.0.1",
4   "summary": "Text-to-speech operations dispatcher.",
5   "description": "`MRSpeechDispatcher` provides an easy-to-use interface for producing synthesized speech on an iOS device.",
6   "homepage": "https://github.com/hectr/MRSpeechDispatcher",
7   "license": "MIT",
8   "authors": {
9     "hectr": "h@mrhector.me"
10   },
11   "source": {
12     "git": "https://github.com/hectr/MRSpeechDispatcher.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "MRSpeechDispatcher",
20   "public_header_files": "MRSpeechDispatcher/*.h",
21   "frameworks": "AVFoundation",
22   "subspecs": [
23     {
24       "name": "Dispatcher",
25       "public_header_files": "MRSpeechDispatcher/MRSpeechDispatcher.h",
26       "source_files": "MRSpeechDispatcher/MRSpeechDispatcher.*",
27       "dependencies": {
28         "MRSpeechDispatcher/Operation": [
30         ],
31         "MRSpeechDispatcher/Utterance": [
33         ]
34       }
35     },
36     {
37       "name": "Operation",
38       "public_header_files": "MRSpeechDispatcher/MRSpeechUtteranceOperation.h",
39       "source_files": "MRSpeechDispatcher/MRSpeechUtteranceOperation.*",
40       "dependencies": {
41         "MROperation": [
42           "~> 0.1.0"
43         ]
44       }
45     },
46     {
47       "name": "SynthesisVoice",
48       "public_header_files": "MRSpeechDispatcher/AVSpeechSynthesisVoice+MRSpeechDispatcher.h",
49       "source_files": "MRSpeechDispatcher/AVSpeechSynthesisVoice+MRSpeechDispatcher.*"
50     },
51     {
52       "name": "Utterance",
53       "public_header_files": "MRSpeechDispatcher/AVSpeechUtterance+MRSpeechDispatcher.h",
54       "source_files": "MRSpeechDispatcher/AVSpeechUtterance+MRSpeechDispatcher.*"
55     }
56   ]