blob: f3a7bca6c10dc42bd451cd15afd29edbf0c0ca4e [file] [log] [blame]
{
"name": "MVSpeechSynthesizer",
"version": "1.0.0",
"summary": "Effective way of using AVSpeechsynthesizer",
"description": "This library can read any given text in the box. Also, It will highlight the text being read.",
"homepage": "https://github.com/vimalmurugan89/MVSpeechSynthesizer",
"license": {
"type": "Custom",
"text": "Copyright (C) 2010 Apple Inc. All Rights Reserved."
},
"platforms": {
"ios": "7.0"
},
"authors": {
"Vimal M": "vimaliphone@gmail.com"
},
"source": {
"git": "https://github.com/vimalmurugan89/MVSpeechSynthesizer.git",
"tag": "1.0.0"
},
"source_files": "MVSpeechSynthesize/MVSpeechSynthesizer.{h,m}",
"requires_arc": true,
"frameworks": "AVFoundation"
}