We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88515c1 commit caae0d8Copy full SHA for caae0d8
RNFS.podspec
@@ -0,0 +1,11 @@
1
+Pod::Spec.new do |s|
2
+
3
+ s.name = "RNFS"
4
+ s.version = "1.1.0"
5
+ s.homepage = "https://github.com/johanneslumpe/react-native-fs"
6
+ s.platform = :ios, "7.0"
7
+ s.source = { :git => "https://github.com/johanneslumpe/react-native-fs.git" }
8
+ s.source_files = '*.{h,m}'
9
+ s.preserve_paths = "**/*.js"
10
11
+end
0 commit comments