Skip to content

Commit 00a99db

Browse files
committed
build(ios): bump minimum platform to iOS 15.1
1 parent 891680c commit 00a99db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-onesignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.homepage = "https://github.com/OneSignal/react-native-onesignal"
99
s.license = package_json["license"]
1010
s.author = { package_json["author"] => package_json["author"] }
11-
s.platform = :ios, "11.0"
11+
s.platform = :ios, "15.1"
1212
s.source = { :git => "#{package_json["repository"]["url"]}.git", :tag => "#{s.version}" }
1313
s.source_files = 'ios/RCTOneSignal/*.{h,m,mm}'
1414
s.static_framework = true

0 commit comments

Comments
 (0)