File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ require "json"
3
3
package = JSON . parse ( File . read ( File . join ( __dir__ , "package.json" ) ) )
4
4
5
5
Pod ::Spec . new do |s |
6
- s . name = "react-native-blur"
7
- s . version = package [ "version" ]
8
- s . source_files = "ios/*.{h,m}"
9
- s . ios . deployment_target = '8.0'
10
- s . tvos . deployment_target = '9.0'
11
- s . authors = { "Alexey Kureev" => "[email protected] " }
12
- s . license = "MIT"
13
- s . summary = "Component implementation for UIVisualEffectView's blur and vibrancy effect."
14
- s . homepage = "https://github.com/react-native-community/react-native-blur"
15
- s . source = { :git => "https://github.com/react-native-community/react-native-blur.git" }
6
+ s . name = "react-native-blur"
7
+ s . version = package [ "version" ]
8
+ s . source_files = "ios/*.{h,m}"
9
+ s . ios . deployment_target = "11.0"
10
+ s . tvos . deployment_target = "11.0"
11
+ s . authors = { "Alexey Kureev" => "[email protected] " }
12
+ s . license = "MIT"
13
+ s . summary = "Component implementation for UIVisualEffectView's blur and vibrancy effect."
14
+ s . homepage = "https://github.com/react-native-community/react-native-blur"
15
+ s . source = { :git => "https://github.com/react-native-community/react-native-blur.git" }
16
16
17
- s . dependency ' React'
17
+ s . dependency " React-Core"
18
18
end
You can’t perform that action at this time.
0 commit comments