blob: 28ba27872fdbb2edf1e89f812fa05670df03c5a4 [file] [log] [blame]
{
"name": "NaturalVoice",
"version": "1.0.0",
"summary": "Public beta client library to integrate voice feedback using Natural Voice.",
"description": "Public beta client library to integrate voice feedback using Natural Voice (https://www.naturalvoice.ai) functions powered by Cloud Speech and Cloud Natural Language from Google Cloud Platform™ service",
"homepage": "https://github.com/aimmatic/natural-voice-mobile-sdk-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aimmatic Dev Team": "dev@aimmatic.com"
},
"source": {
"git": "https://github.com/aimmatic/natural-voice-mobile-sdk-ios.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NaturalVoice/Classes/**/*",
"swift_version": "4.1",
"dependencies": {
"Alamofire": [
"~> 4.7"
]
}
}