spotny-sdk 1.0.28 → 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 CHANGED
@@ -16,8 +16,9 @@ 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
- # All three frameworks are pre-built with Swift 6.2 and bundled — no SPM or manual setup needed.
20
- # DO NOT also add KontaktSDK/CBORCoding/Half via SPMit causes duplicate framework errors.
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.
21
22
  s.vendored_frameworks = [
22
23
  "ios/Frameworks/KontaktSDK.xcframework",
23
24
  "ios/Frameworks/CBORCoding.xcframework",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spotny-sdk",
3
- "version": "1.0.28",
3
+ "version": "1.0.30",
4
4
  "description": "Beacon Scanner",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",