blob: 808568bf68a68abd3329826a752aa31cc7bf71a3 [file] [log] [blame]
{
"name": "NuguAgents",
"version": "0.9.2",
"license": "Apache License, Version 2.0",
"summary": "Nugu Agents",
"description": "Default Agent Implementations for Nugu service",
"homepage": "https://github.com/nugu-developers/nugu-ios",
"authors": {
"SK Telecom Co., Ltd.": "nugu_dev_sdk@sk.com"
},
"source": {
"git": "https://github.com/nugu-developers/nugu-ios.git",
"tag": "0.9.2"
},
"documentation_url": "https://developers.nugu.co.kr",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"source_files": [
"NuguAgents/Sources/**/*",
"NuguAgents/Interface/**/*"
],
"dependencies": {
"NuguCore": [
"~> 0"
],
"NattyLog": [
"~> 1"
]
},
"swift_version": "5.1"
}