[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / f / c / NuguCore / 0.6.1 / NuguCore.podspec.json
blob41582ad9e48a50303c4157c0c39f3c0a498efd0a
2   "name": "NuguCore",
3   "version": "0.6.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.6.1"
14   },
15   "documentation_url": "https://developers.nugu.co.kr",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "swift_versions": "5.1",
20   "public_header_files": "NuguCore/**/*.h",
21   "source_files": [
22     "NuguCore/Sources/**/*",
23     "NuguCore/Sources-ObjC/*.{h,m}",
24     "NuguCore/Libraries/**/*.h",
25     "NuguCore/**/*.h"
26   ],
27   "vendored_libraries": "NuguCore/Libraries/**/*.a",
28   "preserve_paths": "NuguCore/Libraries/**",
29   "libraries": "c++",
30   "xcconfig": {
31     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/NuguCore/NuguCore/Libraries/**"
32   },
33   "dependencies": {
34     "NuguInterface": [
35       "~> 0"
36     ],
37     "NattyLog": [
38       "~> 1.0"
39     ],
40     "RxSwift": [
41       "~> 5"
42     ]
43   },
44   "swift_version": "5.1"