Better Cocoapods integration

By declaring React/Core as a dependency we can easily add react-native-fs to our podfile
This commit is contained in:
dabrut
2016-04-29 08:03:50 -07:00
parent efb2151b68
commit dcdb6cad96
+1 -1
View File
@@ -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