We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad63790 commit f0732edCopy full SHA for f0732ed
RenderNeutrino.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "RenderNeutrino"
3
- s.version = "5.5.1"
+ s.version = "5.5.2"
4
s.summary = "Render is a declarative library for building efficient UIs on iOS inspired by React."
5
s.description = <<-DESC
6
s.platform = :ios
render/mods/stylesheet/src/Stylesheet.swift
@@ -3,8 +3,10 @@ import UIKit
// MARK: - UIStylesheet
+#if swift(>=4.2)
7
/// Shorthand to access the default global stylesheet.
8
public let S = UIStylesheet().style
9
+#endif
10
11
public struct UIStylesheet {
12
/// Returns the stylesheet rule for the given path (e.g. Palette.black).
0 commit comments