spotny-sdk 0.2.1 → 0.2.2
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 +0 -2
- package/package.json +1 -1
- package/ios/SpotnySdk-Bridging-Header.h +0 -10
package/SpotnySdk.podspec
CHANGED
|
@@ -20,9 +20,7 @@ Pod::Spec.new do |s|
|
|
|
20
20
|
# SPM URL: https://github.com/kontaktio/kontakt-ios-sdk
|
|
21
21
|
# KontaktSDK's SPM transitive dependencies (CBORCoding, HALF) are resolved automatically.
|
|
22
22
|
|
|
23
|
-
# Swift bridging header
|
|
24
23
|
s.pod_target_xcconfig = {
|
|
25
|
-
"SWIFT_OBJC_BRIDGING_HEADER" => "$(PODS_TARGET_SRCROOT)/ios/SpotnySdk-Bridging-Header.h",
|
|
26
24
|
"SWIFT_VERSION" => "5.0"
|
|
27
25
|
}
|
|
28
26
|
|
package/package.json
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// SpotnySdk-Bridging-Header.h
|
|
3
|
-
// Makes React Native and Kontakt.io SDK types visible to Swift.
|
|
4
|
-
//
|
|
5
|
-
|
|
6
|
-
#import <React/RCTBridgeModule.h>
|
|
7
|
-
#import <React/RCTEventEmitter.h>
|
|
8
|
-
// KontaktSDK is added by the consumer app via Swift Package Manager;
|
|
9
|
-
// use clang module import so it resolves from the SPM-built framework.
|
|
10
|
-
@import KontaktSDK;
|