blob: af71cff793472bd2495af6586db362aee08a4084 [file] [log] [blame]
{
"name": "MVSpeechSynthesizer",
"version": "1.0.1",
"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.1"
},
"source_files": "MVSpeechSynthesize/MVSpeechSynthesizer.{h,m}",
"requires_arc": true,
"frameworks": "AVFoundation"
}