File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,14 @@ Pod::Spec.new do |s|
9
9
s . summary = pjson [ "description" ]
10
10
s . license = pjson [ "license" ]
11
11
s . author = { "Johannes Lumpe" => "johannes@lum.pe" }
12
+
12
13
s . ios . deployment_target = '8.0'
13
- s . tvos . deployment_target = '9.0'
14
+ s . osx . deployment_target = '10.10'
15
+
14
16
s . source = { :git => "https://github.com/itinance/react-native-fs" , :tag => "v#{ s . version } " }
15
17
s . source_files = '*.{h,m}'
16
18
s . preserve_paths = "**/*.js"
17
19
18
- s . dependency 'React/Core '
20
+ s . dependency 'React'
19
21
20
22
end
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-fs" ,
3
- "version" : " 2.5.0 " ,
3
+ "version" : " 2.5.1 " ,
4
4
"description" : " Native filesystem access for react-native" ,
5
5
"main" : " FS.common.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments