Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Commit 8df8517

Browse files
hyochanclaude
andcommitted
fix(podspec): update platform versions to match OpenIAP
- Update tvOS deployment target from 15.0 to 16.0 - Keep watchOS 8.0 support (StoreKit 2 supported) Closes #3141 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4db4041 commit 8df8517

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

NitroIap.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Pod::Spec.new do |s|
2323
# React Native IAP uses StoreKit 2 via OpenIAP, which requires iOS 15+.
2424
# Enforce this at the podspec level so projects with a lower deployment target
2525
# get a clear CocoaPods error instead of a vague SwiftCompile failure.
26-
# Platform versions match OpenIAP requirements: iOS 15+, macOS 14+, tvOS 15+, watchOS 8+
27-
s.platforms = { :ios => '15.0', :tvos => '15.0', :macos => '14.0', :watchos => '8.0', :visionos => 1.0 }
26+
# Platform versions match OpenIAP requirements: iOS 15+, macOS 14+, tvOS 16+, watchOS 8+
27+
s.platforms = { :ios => '15.0', :tvos => '16.0', :macos => '14.0', :watchos => '8.0', :visionos => 1.0 }
2828
s.source = { :git => "https://github.com/hyochan/react-native-iap.git", :tag => "#{s.version}" }
2929

3030
s.source_files = [

0 commit comments

Comments
 (0)