spotny-sdk 1.0.29 → 1.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SpotnySdk.podspec +4 -4
- package/package.json +1 -1
package/SpotnySdk.podspec
CHANGED
|
@@ -16,12 +16,12 @@ Pod::Spec.new do |s|
|
|
|
16
16
|
s.source_files = "ios/**/*.{h,m,mm,swift,cpp}"
|
|
17
17
|
s.private_header_files = "ios/**/*.h"
|
|
18
18
|
|
|
19
|
-
#
|
|
20
|
-
# CBORCoding is
|
|
21
|
-
#
|
|
22
|
-
# in map_images_nolock and triggering hard crashes with memory-heavy frameworks (e.g. ViroKit/AR).
|
|
19
|
+
# All three frameworks are pre-built and bundled — no SPM or manual setup needed.
|
|
20
|
+
# CBORCoding is pure Swift (no ObjC classes) — safe to include alongside KontaktSDK.xcframework.
|
|
21
|
+
# KontaktSDK.swiftinterface requires CBORCoding as a visible module at compile time.
|
|
23
22
|
s.vendored_frameworks = [
|
|
24
23
|
"ios/Frameworks/KontaktSDK.xcframework",
|
|
24
|
+
"ios/Frameworks/CBORCoding.xcframework",
|
|
25
25
|
"ios/Frameworks/Half.xcframework"
|
|
26
26
|
]
|
|
27
27
|
|