[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / f / c / NuguCore / 0.16.1 / NuguCore.podspec.json
blob6f64af1bf55793e6624fb5129193f1b8d069c523
2   "name": "NuguCore",
3   "version": "0.16.1",
4   "license": "Apache License, Version 2.0",
5   "summary": "Nugu",
6   "description": "Nugu framework for AI Service",
7   "homepage": "https://github.com/nugu-developers/nugu-ios",
8   "authors": {
9     "SK Telecom Co., Ltd.": "nugu_dev_sdk@sk.com"
10   },
11   "source": {
12     "git": "https://github.com/nugu-developers/nugu-ios.git",
13     "tag": "0.16.1"
14   },
15   "documentation_url": "https://developers.nugu.co.kr",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "swift_versions": "5.1",
20   "source_files": [
21     "NuguCore/Interface/**/*",
22     "NuguCore/Sources/**/*",
23     "NuguCore/Sources-ObjC/*.{h,m}",
24     "NuguCore/NuguCore.h"
25   ],
26   "private_header_files": [
27     "NuguCore/Sources-ObjC/*.h",
28     "NuguCore/NuguCore.h"
29   ],
30   "module_map": "NuguCore/NuguCore.modulemap",
31   "dependencies": {
32     "NattyLog": [
33       "~> 1.0"
34     ],
35     "RxSwift": [
36       "~> 5"
37     ]
38   },
39   "swift_version": "5.1"