react-native-fs/RNFS.podspec

12 lines
356 B
Plaintext
Raw Normal View History

2016-01-07 14:41:12 -06:00
Pod::Spec.new do |s|
s.name = "RNFS"
2016-03-30 15:23:48 +03:00
s.version = "1.3.0"
2016-01-07 14:41:12 -06:00
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"
s.dependency 'React/Core'
2016-01-07 14:41:12 -06:00
end