2 "name": "MRSpeechDispatcher",
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",
9 "hectr": "h@mrhector.me"
12 "git": "https://github.com/hectr/MRSpeechDispatcher.git",
19 "source_files": "MRSpeechDispatcher",
20 "public_header_files": "MRSpeechDispatcher/*.h",
21 "frameworks": "AVFoundation",
25 "public_header_files": "MRSpeechDispatcher/MRSpeechDispatcher.h",
26 "source_files": "MRSpeechDispatcher/MRSpeechDispatcher.*",
28 "MRSpeechDispatcher/Operation": [
31 "MRSpeechDispatcher/Utterance": [
38 "public_header_files": "MRSpeechDispatcher/MRSpeechUtteranceOperation.h",
39 "source_files": "MRSpeechDispatcher/MRSpeechUtteranceOperation.*",
47 "name": "SynthesisVoice",
48 "public_header_files": "MRSpeechDispatcher/AVSpeechSynthesisVoice+MRSpeechDispatcher.h",
49 "source_files": "MRSpeechDispatcher/AVSpeechSynthesisVoice+MRSpeechDispatcher.*"
53 "public_header_files": "MRSpeechDispatcher/AVSpeechUtterance+MRSpeechDispatcher.h",
54 "source_files": "MRSpeechDispatcher/AVSpeechUtterance+MRSpeechDispatcher.*"