diff --git a/RNFS.podspec b/RNFS.podspec index d2aad52..3836027 100644 --- a/RNFS.podspec +++ b/RNFS.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.license = pjson["license"] s.author = { "Johannes Lumpe" => "johannes@lum.pe" } - s.ios.deployment_target = '9.0' + s.ios.deployment_target = '7.0' s.source = { :git => "https://github.com/itinance/react-native-fs", :tag => "v#{s.version}" } s.source_files = '*.{h,m}'