blob: 41582ad9e48a50303c4157c0c39f3c0a498efd0a [file] [log] [blame]
{
"name": "NuguCore",
"version": "0.6.1",
"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.6.1"
},
"documentation_url": "https://developers.nugu.co.kr",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"public_header_files": "NuguCore/**/*.h",
"source_files": [
"NuguCore/Sources/**/*",
"NuguCore/Sources-ObjC/*.{h,m}",
"NuguCore/Libraries/**/*.h",
"NuguCore/**/*.h"
],
"vendored_libraries": "NuguCore/Libraries/**/*.a",
"preserve_paths": "NuguCore/Libraries/**",
"libraries": "c++",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/NuguCore/NuguCore/Libraries/**"
},
"dependencies": {
"NuguInterface": [
"~> 0"
],
"NattyLog": [
"~> 1.0"
],
"RxSwift": [
"~> 5"
]
},
"swift_version": "5.1"
}