Skip to content

Commit

Permalink
Update iOS platform to 8.0 in .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsharp authored Jan 4, 2022
1 parent d0c4cb0 commit eff62a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-static-server.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/futurepress/react-native-static-server.git' }

s.requires_arc = true
s.platform = :ios, '7.0'
s.platform = :ios, '8.0'

s.preserve_paths = 'README.md', 'package.json', 'index.js'
s.source_files = 'ios/*.{h,m}'
Expand Down

0 comments on commit eff62a4

Please sign in to comment.