[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / f / c / NuguCore / 0.3.0 / NuguCore.podspec.json
blobdd69171d9afe64765980c7e927e173a69634cbe5
2   "name": "NuguCore",
3   "version": "0.3.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.3.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/Classes/**/*",
22     "NuguCore/Libraries/**/*.{h,m}"
23   ],
24   "public_header_files": "NuguCore/Libraries/**/*.h",
25   "vendored_libraries": "NuguCore/Libraries/**/*.a",
26   "preserve_paths": "NuguCore/Libraries/**",
27   "libraries": "c++",
28   "xcconfig": {
29     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/NuguCore/NuguCore/Libraries/**"
30   },
31   "dependencies": {
32     "NuguInterface": [
33       "~> 0"
34     ],
35     "NattyLog": [
36       "~> 1.0"
37     ],
38     "RxSwift": [
39       "~> 5"
40     ]
41   },
42   "swift_version": "5.1"