mchoe / SwiftSVG

A simple, performant, and lightweight SVG parser
Other
1.93k stars 229 forks source link

cssColorNames.json is missing in pod #159

Closed dstd closed 4 years ago

dstd commented 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:

s.source_files  = "SwiftSVG", "SwiftSVG/**/*.{h,swift}"