blob: e964302885c18a35834f99bd630fe1c530debcca [file] [log] [blame]
{
"name": "NuguCore",
"version": "0.11.0",
"license": "Apache License, Version 2.0",
"summary": "Nugu",
"description": "Nugu framework for AI 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.11.0"
},
"documentation_url": "https://developers.nugu.co.kr",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"source_files": [
"NuguCore/Interface/**/*",
"NuguCore/Sources/**/*",
"NuguCore/Sources-ObjC/*.{h,m}",
"NuguCore/NuguCore.h"
],
"private_header_files": [
"NuguCore/Sources-ObjC/*.h",
"NuguCore/NuguCore.h"
],
"module_map": "NuguCore/NuguCore.modulemap",
"dependencies": {
"NattyLog": [
"~> 1.0"
],
"RxSwift": [
"~> 5"
]
},
"swift_version": "5.1"
}