Skip to content

Commit

Permalink
Better Cocoapods integration
Browse files Browse the repository at this point in the history
By declaring React/Core as a dependency we can easily add react-native-fs to our podfile
  • Loading branch information
dabrut committed Apr 29, 2016
1 parent efb2151 commit dcdb6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNFS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dcdb6ca

Please sign in to comment.