From caae0d86dcbb170dfa3972c841d9c1d064c5ecee Mon Sep 17 00:00:00 2001 From: Joel Arvidsson Date: Thu, 7 Jan 2016 14:41:12 -0600 Subject: [PATCH] Adds podspec for cocoapods. --- RNFS.podspec | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 RNFS.podspec diff --git a/RNFS.podspec b/RNFS.podspec new file mode 100644 index 0000000..40616e1 --- /dev/null +++ b/RNFS.podspec @@ -0,0 +1,11 @@ +Pod::Spec.new do |s| + + s.name = "RNFS" + s.version = "1.1.0" + s.homepage = "https://github.com/johanneslumpe/react-native-fs" + s.platform = :ios, "7.0" + s.source = { :git => "https://github.com/johanneslumpe/react-native-fs.git" } + s.source_files = '*.{h,m}' + s.preserve_paths = "**/*.js" + +end