Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
fix(rn-camera): bump platform version to 9.0. closes #1806
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed Sep 24, 2018
1 parent 9f65f52 commit bdbc256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-camera.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/react-native-community/react-native-camera', :tag => s.version }

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

s.subspec "RCT" do |ss|
ss.source_files = "ios/RCT/**/*.{h,m}"
Expand Down

0 comments on commit bdbc256

Please sign in to comment.