blob: 939ba20b685daf3f65bf51b1d6d5737f46c6bfb9 [file] [log] [blame]
{
"name": "CapitoSpeechKit",
"version": "2.0.1",
"license": {
"type": "Commercial",
"text": " All text and design is copyright © 2013-2017 Capito Systems, Inc.\n\n All rights reserved.\n"
},
"summary": "CapitoSpeechKit: Voice-enabling mobile commerce",
"homepage": "http://www.capitosystems.com/",
"authors": {
"CapitoSpeechKit": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://github.com/capitosystems/ios-capitospeechkit/releases/download/2.0.0/CapitoSpeechKit.framework.zip"
},
"source_files": "CapitoSpeechKit.framework/Headers/*.h",
"private_header_files": "CapitoSpeechKit.framework/Headers/*.h",
"resource_bundles": {
"CapitoSpeechKit": [
"CapitoSpeechKit.framework/*.{png,wav}"
]
},
"ios": {
"vendored_frameworks": "CapitoSpeechKit.framework"
},
"frameworks": [
"QuartzCore",
"Security",
"MobileCoreServices",
"CFNetwork",
"CoreData",
"SystemConfiguration",
"AVFoundation",
"CoreAudio",
"AudioToolbox",
"UIKit",
"CoreLocation",
"AddressBook",
"MapKit"
],
"libraries": "xml2",
"dependencies": {
"RestKit": [
"~> 0.27.0"
],
"SpeechKit": [
"~> 1.0.1"
]
},
"requires_arc": true
}