Skip to content

Commit 4510b1f

Browse files
committed
Changes to the Podspec
1 parent 12b1d4c commit 4510b1f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

RNFS.podspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ Pod::Spec.new do |s|
99
s.summary = pjson["description"]
1010
s.license = pjson["license"]
1111
s.author = { "Johannes Lumpe" => "johannes@lum.pe" }
12+
1213
s.ios.deployment_target = '8.0'
13-
s.tvos.deployment_target = '9.0'
14+
s.osx.deployment_target = '10.10'
15+
1416
s.source = { :git => "https://github.com/itinance/react-native-fs", :tag => "v#{s.version}" }
1517
s.source_files = '*.{h,m}'
1618
s.preserve_paths = "**/*.js"
1719

18-
s.dependency 'React/Core'
20+
s.dependency 'React'
1921

2022
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fs",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Native filesystem access for react-native",
55
"main": "FS.common.js",
66
"scripts": {

0 commit comments

Comments
 (0)