[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / f / c / NuguCore / 0.9.2 / NuguCore.podspec.json
blobd34a910c4cc1612b615e43dbcd973a48608e0402
2   "name": "NuguCore",
3   "version": "0.9.2",
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.9.2"
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/Libraries/**/*.h"
25   ],
26   "public_header_files": [
27     "NuguCore/Libraries/**/*.h",
28     "NuguCore/Sources-ObjC/*.h"
29   ],
30   "vendored_libraries": "NuguCore/Libraries/**/*.a",
31   "preserve_paths": "NuguCore/Libraries/**",
32   "libraries": "c++",
33   "xcconfig": {
34     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/NuguCore/NuguCore/Libraries/**"
35   },
36   "dependencies": {
37     "JadeMarble": [
38       "~> 0"
39     ],
40     "NattyLog": [
41       "~> 1.0"
42     ],
43     "RxSwift": [
44       "~> 5"
45     ]
46   },
47   "swift_version": "5.1"