| { |
| "name": "MRSpeechDispatcher", |
| "version": "0.0.1", |
| "summary": "Text-to-speech operations dispatcher.", |
| "description": "`MRSpeechDispatcher` provides an easy-to-use interface for producing synthesized speech on an iOS device.", |
| "homepage": "https://github.com/hectr/MRSpeechDispatcher", |
| "license": "MIT", |
| "authors": { |
| "hectr": "h@mrhector.me" |
| }, |
| "source": { |
| "git": "https://github.com/hectr/MRSpeechDispatcher.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "MRSpeechDispatcher", |
| "public_header_files": "MRSpeechDispatcher/*.h", |
| "frameworks": "AVFoundation", |
| "subspecs": [ |
| { |
| "name": "Dispatcher", |
| "public_header_files": "MRSpeechDispatcher/MRSpeechDispatcher.h", |
| "source_files": "MRSpeechDispatcher/MRSpeechDispatcher.*", |
| "dependencies": { |
| "MRSpeechDispatcher/Operation": [ |
| |
| ], |
| "MRSpeechDispatcher/Utterance": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Operation", |
| "public_header_files": "MRSpeechDispatcher/MRSpeechUtteranceOperation.h", |
| "source_files": "MRSpeechDispatcher/MRSpeechUtteranceOperation.*", |
| "dependencies": { |
| "MROperation": [ |
| "~> 0.1.0" |
| ] |
| } |
| }, |
| { |
| "name": "SynthesisVoice", |
| "public_header_files": "MRSpeechDispatcher/AVSpeechSynthesisVoice+MRSpeechDispatcher.h", |
| "source_files": "MRSpeechDispatcher/AVSpeechSynthesisVoice+MRSpeechDispatcher.*" |
| }, |
| { |
| "name": "Utterance", |
| "public_header_files": "MRSpeechDispatcher/AVSpeechUtterance+MRSpeechDispatcher.h", |
| "source_files": "MRSpeechDispatcher/AVSpeechUtterance+MRSpeechDispatcher.*" |
| } |
| ] |
| } |