Skip to content

Commit caae0d8

Browse files
committed
Adds podspec for cocoapods.
1 parent 88515c1 commit caae0d8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

RNFS.podspec

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)