Skip to content

Commit 00a989d

Browse files
committed
do not specify ios platform version
1 parent 83ca3a6 commit 00a989d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-update",
3-
"version": "10.28.7",
3+
"version": "10.28.8",
44
"description": "react-native hot update",
55
"main": "src/index",
66
"scripts": {

react-native-update.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Pod::Spec.new do |s|
4545
s.homepage = package['homepage']
4646

4747
s.cocoapods_version = '>= 1.6.0'
48-
s.platform = :ios, "8.0"
49-
s.platforms = { :ios => "11.0" }
48+
# s.platform = :ios, "8.0"
49+
# s.platforms = { :ios => "11.0" }
5050
s.source = { :git => 'https://github.com/reactnativecn/react-native-update.git', :tag => '#{s.version}' }
5151

5252
# Conditionally set source files

0 commit comments

Comments
 (0)