Changes to the Podspec
This commit is contained in:
parent
12b1d4c3b1
commit
4510b1fda1
|
@ -9,12 +9,14 @@ 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.ios.deployment_target = '8.0'
|
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 = { :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"
|
||||||
|
|
||||||
s.dependency 'React/Core'
|
s.dependency 'React'
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "react-native-fs",
|
"name": "react-native-fs",
|
||||||
"version": "2.5.0",
|
"version": "2.5.1",
|
||||||
"description": "Native filesystem access for react-native",
|
"description": "Native filesystem access for react-native",
|
||||||
"main": "FS.common.js",
|
"main": "FS.common.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue