blob: cdf128c788225edbbe9f9f978c92854e7f57e928 [file] [log] [blame]
{
"name": "NuguUIKit",
"version": "0.21.1",
"license": "Apache License, Version 2.0",
"summary": "UI Set of Nugu Service",
"description": "Provides set of UI components such as NuguButton, NuguVoiceChrome for using 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.1"
},
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_versions": "5.1",
"resources": [
"NuguUIKit/Resources/**/*.{json,xcassets}",
"NuguUIKit/Sources/**/*.{xib}"
],
"source_files": "NuguUIKit/Sources/**/*.{swift}",
"dependencies": {
"lottie-ios": [
"~> 3"
]
},
"swift_version": "5.1"
}