diff --git a/react-native/react-native-flipper/react-native-flipper.podspec b/react-native/react-native-flipper/react-native-flipper.podspec index d1e03890b..1645d93c8 100644 --- a/react-native/react-native-flipper/react-native-flipper.podspec +++ b/react-native/react-native-flipper/react-native-flipper.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.license = "MIT" s.license = { :type => "MIT", :file => "LICENSE" } s.authors = { "Michel Weststrate" => "mweststrate@fb.com" } - s.platforms = { :ios => "10.0" } + s.platforms = { :ios => "9.0" } s.source = { :git => "https://github.com/facebook/flipper.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m,swift}"