mirror of
https://github.com/status-im/react-native-fs.git
synced 2026-08-31 03:51:11 +00:00
Adds podspec for cocoapods.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user