[Add] MapboxCommon 24.10.0-daily-2025-01-05-04-25
[CocoaPods.git] / Specs / 5 / f / c / NuguCore / 0.10.0 / NuguCore.podspec.json
blob7d462d44d1deb0f4e264e5c543b35ea52b7f90d6
2   "name": "NuguCore",
3   "version": "0.10.0",
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.10.0"
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     "NattyLog": [
38       "~> 1.0"
39     ],
40     "RxSwift": [
41       "~> 5"
42     ]
43   },
44   "swift_version": "5.1"