Skip to content

Commit 5b7fddd

Browse files
committed
[futurepress#73] iOS: Updates target platform version
1 parent 8294eaa commit 5b7fddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dr-pogodin-react-native-static-server.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Pod::Spec.new do |s|
4646
s.license = package["license"]
4747
s.authors = package["author"]
4848

49-
s.platforms = { :ios => "11.0" }
49+
s.platforms = { :ios => min_ios_version_supported }
5050
s.source = { :git => "https://github.com/birdofpreyru/react-native-static-server.git", :tag => "#{s.version}" }
5151

5252
s.preserve_paths = 'README.md', 'package.json', 'index.js'

0 commit comments

Comments
 (0)