[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / b / a / SwiftCSSBuilder / 0.1.0 / SwiftCSSBuilder.podspec.json
blob6cf0240bd8de98eec8ac6920eb6dd1f04b263b3e
2   "name": "SwiftCSSBuilder",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marco Siino": "siino.marco@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/marcosiino/SwiftCSSBuilder.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SwiftCSSBuilder/Classes/**/*",
22   "swift_versions": "5.0",
23   "swift_version": "5.0"