2 "name": "SwiftCSSBuilder",
4 "summary": "A Swift library to build Cascading Style Sheets (CSS) in Swift language with builtin UIKit support.",
5 "description": "SwiftCSSBuilder is a Swift library to easily build Cascading Style Sheets (CSS) in Swift language.\nYou can specify CSS properties by hand or use built in enums to specify CSS properties, selectors, and more. \nYou can even pass UIColor to CSS properties like background-color or UIFonts to CSS property font-family or font-size!",
6 "homepage": "https://github.com/marcosiino/SwiftCSSBuilder",
12 "Marco Siino": "siino.marco@gmail.com"
15 "git": "https://github.com/marcosiino/SwiftCSSBuilder.git",
21 "source_files": "SwiftCSSBuilder/Classes/**/*",
22 "swift_versions": "5.0",
23 "swift_version": "5.0"