mirror of
https://github.com/status-im/react-native-fs.git
synced 2025-03-01 07:20:33 +00:00
[Podspec]
This commit is contained in:
parent
d3e79302b2
commit
03d18df528
@ -9,7 +9,8 @@ Pod::Spec.new do |s|
|
|||||||
s.summary = pjson["description"]
|
s.summary = pjson["description"]
|
||||||
s.license = pjson["license"]
|
s.license = pjson["license"]
|
||||||
s.author = { "Johannes Lumpe" => "johannes@lum.pe" }
|
s.author = { "Johannes Lumpe" => "johannes@lum.pe" }
|
||||||
s.platform = :ios, "8.0"
|
s.ios.deployment_target = '8.0'
|
||||||
|
s.tvos.deployment_target = '9.0'
|
||||||
s.source = { :git => "https://github.com/itinance/react-native-fs", :tag => "v#{s.version}" }
|
s.source = { :git => "https://github.com/itinance/react-native-fs", :tag => "v#{s.version}" }
|
||||||
s.source_files = '*.{h,m}'
|
s.source_files = '*.{h,m}'
|
||||||
s.preserve_paths = "**/*.js"
|
s.preserve_paths = "**/*.js"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user