Closed dstd closed 4 years ago
UIColor(svgString:) fails to parse a color specified by name (eg: UIColor(svgString: "white")). Looks like cssColorNames.json is filtered out in the pod spec:
UIColor(svgString:)
UIColor(svgString: "white")
cssColorNames.json
s.source_files = "SwiftSVG", "SwiftSVG/**/*.{h,swift}"
UIColor(svgString:)
fails to parse a color specified by name (eg:UIColor(svgString: "white")
). Looks likecssColorNames.json
is filtered out in the pod spec: