forked from nugu-developers/nugu-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJadeMarble.podspec
26 lines (21 loc) · 881 Bytes
/
JadeMarble.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Pod::Spec.new do |s|
s.name = 'JadeMarble'
s.version = '1.5.1'
s.license = 'Apache License, Version 2.0'
s.summary = 'End Point Detector for NUGU ASR'
s.homepage = 'https://github.com/nugu-developers/nugu-ios'
s.authors = { 'SK Telecom Co., Ltd.' => 'nugu_dev_sdk@sk.com' }
s.source = { :git => 'https://github.com/nugu-developers/nugu-ios.git', :tag => s.version }
s.documentation_url = 'https://developers.nugu.co.kr'
s.ios.deployment_target = '12.0'
s.swift_version = '5'
s.source_files = 'JadeMarble/Sources/**/*.swift'
s.vendored_frameworks = 'TycheCommon.xcframework', 'TycheEpd.xcframework', 'TycheSpeex.xcframework'
s.resources = 'JadeMarble/Resources/*'
s.libraries = 'c++'
s.dependency 'NattyLog', '~> 1'
s.dependency 'TycheSDK', s.version.to_s
s.xcconfig = {
'OTHER_SWIFT_FLAGS' => '-DDEPLOY_OTHER_PACKAGE_MANAGER'
}
end