| { |
| "name": "VoiceKit", |
| "version": "0.0.1", |
| "summary": "It's a toolkit that includes a convenient implementation of voice related.", |
| "description": "It's a toolkit that includes a convenient implementation of voice related.\nIt contains SpeechRecorder, SpeechPlayer, SpeechRecognizer and so on...", |
| "homepage": "https://github.com/tattn/VoiceKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "git": "tanakasan2525@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/tattn/VoiceKit.git", |
| "tag": "0.0.1" |
| }, |
| "social_media_url": "https://twitter.com/tanakasan2525", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "Sources/**/*", |
| "public_header_files": "Sources/**/*.h", |
| "frameworks": [ |
| "Foundation", |
| "AVFoundation", |
| "Speech" |
| ] |
| } |