@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
- s.dependency "AdvergicSDK", ">= 0.1.5"
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@advergic-ads/react-native-sdk",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Advergic React Native SDK - Integrate Prebid header bidding and mobile advertising into your React Native apps",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",