[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 2 / a / 7 / JadeMarble / 1.0.2 / JadeMarble.podspec.json
blob0074544f0ee37ef333383f7dfe02d54288b1f4e5
2   "name": "JadeMarble",
3   "version": "1.0.2",
4   "license": "Apache License, Version 2.0",
5   "summary": "End Point Detector for NUGU ASR",
6   "homepage": "https://github.com/nugu-developers/nugu-ios",
7   "authors": {
8     "SK Telecom Co., Ltd.": "nugu_dev_sdk@sk.com"
9   },
10   "source": {
11     "git": "https://github.com/nugu-developers/nugu-ios.git",
12     "tag": "1.0.2"
13   },
14   "documentation_url": "https://developers.nugu.co.kr",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "pod_target_xcconfig": {
19     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
20   },
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "swift_versions": "5.0",
25   "source_files": [
26     "JadeMarble/Sources/**/*.swift",
27     "JadeMarble/Libraries/**/*.h"
28   ],
29   "public_header_files": "JadeMarble/Libraries/include/*.h",
30   "vendored_libraries": [
31     "JadeMarble/Libraries/libTycheEpdCommon.a",
32     "JadeMarble/Libraries/libTycheEpd.a",
33     "JadeMarble/Libraries/libTycheEpdSpeex.a"
34   ],
35   "resources": "JadeMarble/Resources/*",
36   "preserve_paths": "JadeMarble/Libraries/**",
37   "libraries": "c++",
38   "xcconfig": {
39     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/JadeMarble/JadeMarble/Libraries/**"
40   },
41   "dependencies": {
42     "NattyLog": [
43       "~> 1"
44     ]
45   },
46   "swift_version": "5.0"