@ezoic/react-native-sdk 1.11.0 → 1.11.1

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.
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
20
20
 
21
21
  # Native Ezoic Ads SDK (vends the `EzoicAdsSDKBinary` module). Brings in
22
22
  # PrebidMobile + Google-Mobile-Ads-SDK transitively.
23
- s.dependency "EzoicAdsSDK", "~> 1.10"
23
+ s.dependency "EzoicAdsSDK", "~> 1.11.0"
24
24
  # The native-ad host imports GoogleMobileAds directly (NativeAdView,
25
25
  # MediaView, NativeAd). Pin GMA 12 so the module is on the compile path.
26
26
  s.dependency "Google-Mobile-Ads-SDK", "~> 12.0"
package/README.md CHANGED
@@ -11,7 +11,7 @@ for iOS (`EzoicAdsSDK`, via CocoaPods) and Android
11
11
  ## Requirements
12
12
 
13
13
  - React Native 0.76+ with the New Architecture enabled.
14
- - iOS 14.0+, Android `minSdk` 24+.
14
+ - iOS 15.0+ (Xcode 27 enforces a 15.0 floor), Android `minSdk` 24+.
15
15
 
16
16
  ## Installation
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ezoic/react-native-sdk",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "Ezoic Ads SDK for React Native (Prebid + Google Ad Manager banner, native, interstitial, rewarded, outstream and instream video ads).",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",