Merge pull request #85 from dabrut/patch-1

Better Cocoapods integration
This commit is contained in:
Chris Dell 2016-05-03 20:41:12 +01:00
commit 039869036b

View File

@ -7,5 +7,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/johanneslumpe/react-native-fs.git" } s.source = { :git => "https://github.com/johanneslumpe/react-native-fs.git" }
s.source_files = '*.{h,m}' s.source_files = '*.{h,m}'
s.preserve_paths = "**/*.js" s.preserve_paths = "**/*.js"
s.dependency 'React/Core'
end end