blob: 5df935bdb17431db4c0b11de1c171b945a9a50b1 [file] [log] [blame]
{
"name": "SpeechKit",
"version": "2.1.7",
"summary": "Nuance's speech recognition and text to speech.",
"homepage": "https://developer.nuance.com",
"license": {
"type": "Commercial",
"file": "license/nuance/Nuance NDEV Mobile Evaluation Agreement - US 012902014.txt"
},
"description": "Give your apps a voice by adding Nuance's industry leading speech recognition (ASR) and text to speech (TTS).",
"authors": {
"Nuance Developers": "developerrelations@nuance.com"
},
"social_media_url": "http://twitter.com/NuanceDev",
"platforms": {
"ios": "6.1"
},
"source": {
"http": "https://github.com/NuanceDev/speechkit-ios/releases/download/v2.1.7/speechkit-2.1.7.zip"
},
"source_files": "SpeechKit.framework/Headers/*.h",
"vendored_frameworks": "SpeechKit.framework",
"public_header_files": "SpeechKit.framework/Headers/*.h",
"requires_arc": true,
"libraries": "c++",
"frameworks": [
"AudioToolbox",
"CFNetwork",
"Security",
"AVFoundation"
]
}