@advergic-ads/react-native-sdk 1.0.1 → 1.0.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.
|
@@ -27,6 +27,8 @@ Pod::Spec.new do |s|
|
|
|
27
27
|
# pod 'AdvergicSDK', :podspec => 'https://app.advergic.com/ios/sdk/AdvergicSDK.podspec'
|
|
28
28
|
#
|
|
29
29
|
# A `>=` floor (not `~>`) is used so future releases served at that single,
|
|
30
|
-
# always-latest podspec URL keep resolving.
|
|
31
|
-
|
|
30
|
+
# always-latest podspec URL keep resolving. 0.1.10 is the first build produced
|
|
31
|
+
# with an Xcode 16-compatible toolchain (earlier 0.1.x were built with Xcode
|
|
32
|
+
# 26 / Swift 6.3 and could not be linked by Xcode 16.x consumers).
|
|
33
|
+
s.dependency "AdvergicSDK", ">= 0.1.10"
|
|
32
34
|
end
|
package/package.json
CHANGED