blob: d3a5b59b39d1b4beed8671c2cd4bcf015c4e9644 [file] [log] [blame]
{
"name": "NuguLoginKit",
"version": "0.27.0",
"license": "Apache License, Version 2.0",
"summary": "Supported login for Nugu Service",
"description": "Framework for login using OAuth 2.0",
"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.27.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": "NuguLoginKit/Sources/**/*",
"dependencies": {
"NuguUtils": [
"~> 0"
]
},
"swift_version": "5.1"
}