Skip to content

Commit 1e45b0e

Browse files
committed
fix(ios): drop ZIPFoundation version constraint
Allows dependency to pull in privacy manifest.
1 parent bbc440f commit 1e45b0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReactNativeFileAccess.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Pod::Spec.new do |s|
1111
s.license = package["license"]
1212
s.authors = package["author"]
1313

14-
s.platforms = { :ios => "11.0", :osx => "10.10" }
14+
s.platforms = { :ios => "12.0", :osx => "10.11" }
1515
s.source = { :git => "https://github.com/alpha0010/react-native-file-access.git", :tag => "#{s.version}" }
1616

1717
s.source_files = "ios/**/*.{h,m,mm,swift}"
1818

1919
s.dependency "React-Core"
20-
s.dependency "ZIPFoundation", "0.9.11"
20+
s.dependency "ZIPFoundation"
2121

2222
if defined?($RNFANoPrivacyAPI)
2323
Pod::UI.puts "#{s.name}: Removing privacy sensitive API calls"

0 commit comments

Comments
 (0)