blob: 243e3459116b99fc83f33bb142fc19c86e77e612 [file] [log] [blame]
{
"name": "NuguAgents",
"version": "0.21.0",
"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.21.0"
},
"documentation_url": "https://developers.nugu.co.kr",
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_versions": "5.1",
"source_files": "NuguAgents/Sources/**/*",
"dependencies": {
"NuguCore": [
"~> 0"
],
"SilverTray": [
"~> 1"
],
"NattyLog": [
"~> 1"
]
},
"ios": {
"dependencies": {
"JadeMarble": [
"~> 0"
]
}
},
"swift_version": "5.1"
}