blob: dc6c717d92a38c12a5b5abbf73f92ee32a3142fb [file] [log] [blame]
{
"name": "zeroth-private",
"version": "0.1.1",
"summary": "Zeroth Speech-To-Text (STT) library for iOS",
"description": "Zeroth was initially developed as part of Atlas’s Conversational AI platform, which enables enterprises to add analysis and intelligence to their conversational data.\nWe now introduce Zeroth Cloud as a hosted service for any developer to incorporate speech-to-text into his or her service.\nWe'd love to hear from you! Please email us at support@goodatlas.com with any questions, suggestions or requests.",
"homepage": "https://zeroth-cloud.goodatlas.com",
"license": {
"type": "Apache License",
"file": "LICENSE"
},
"authors": {
"Bryan S. Kim": "seulkee@gmail.com"
},
"source": {
"git": "https://github.com/seulkee/zeroth-client-ios.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Zeroth-iOS/Zeroth - STT library/*.{h,m}",
"dependencies": {
"jetfire": [
"~> 0.1.5"
]
}
}