From dcdb6cad96030f6d816634cd0e0035668e30af5d Mon Sep 17 00:00:00 2001 From: dabrut Date: Fri, 29 Apr 2016 08:03:50 -0700 Subject: [PATCH] Better Cocoapods integration By declaring React/Core as a dependency we can easily add react-native-fs to our podfile --- RNFS.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNFS.podspec b/RNFS.podspec index 9a82617..8150514 100644 --- a/RNFS.podspec +++ b/RNFS.podspec @@ -7,5 +7,5 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/johanneslumpe/react-native-fs.git" } s.source_files = '*.{h,m}' s.preserve_paths = "**/*.js" - + s.dependency 'React/Core' end