mirror of
https://github.com/status-im/react-native-fs.git
synced 2026-08-27 10:01:09 +00:00
Changes to the Podspec
This commit is contained in:
+4
-2
@@ -9,12 +9,14 @@ Pod::Spec.new do |s|
|
||||
s.summary = pjson["description"]
|
||||
s.license = pjson["license"]
|
||||
s.author = { "Johannes Lumpe" => "johannes@lum.pe" }
|
||||
|
||||
s.ios.deployment_target = '8.0'
|
||||
s.tvos.deployment_target = '9.0'
|
||||
s.osx.deployment_target = '10.10'
|
||||
|
||||
s.source = { :git => "https://github.com/itinance/react-native-fs", :tag => "v#{s.version}" }
|
||||
s.source_files = '*.{h,m}'
|
||||
s.preserve_paths = "**/*.js"
|
||||
|
||||
s.dependency 'React/Core'
|
||||
s.dependency 'React'
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user