spotny-sdk 0.2.0 → 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
CHANGED
|
@@ -16,12 +16,11 @@ 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
|
-
|
|
19
|
+
# NOTE: KontaktSDK must be added to the consumer app via Swift Package Manager.
|
|
20
|
+
# SPM URL: https://github.com/kontaktio/kontakt-ios-sdk
|
|
21
|
+
# KontaktSDK's SPM transitive dependencies (CBORCoding, HALF) are resolved automatically.
|
|
21
22
|
|
|
22
|
-
# Swift bridging header
|
|
23
23
|
s.pod_target_xcconfig = {
|
|
24
|
-
"SWIFT_OBJC_BRIDGING_HEADER" => "$(PODS_TARGET_SRCROOT)/ios/SpotnySdk-Bridging-Header.h",
|
|
25
24
|
"SWIFT_VERSION" => "5.0"
|
|
26
25
|
}
|
|
27
26
|
|
package/package.json
CHANGED