blob: 8d8ae924854737911e2e53bcc2a17d0797db1378 [file] [log] [blame]
{
"name": "ViewCSS",
"version": "0.4.0",
"summary": "IOS Swift CSS implementation",
"description": "ViewCSS is a CSS like plugin for iOS Applications. It provides a simple\ninterface to define different attributes for UIView elements. It is intended\nto allow application developers/designers a simple interface to enable CSS\nreuse methodologies as well as overriding the values at run-time. It is NOT\nintended to replace auto layout, attributed text, NIBs, etc.",
"homepage": "https://github.com/ericchapman/ViewCSS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eric Chapman": "eric.chappy@gmail.com"
},
"source": {
"git": "https://github.com/ericchapman/ViewCSS.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ViewCSS/Classes/**/*",
"pushed_with_swift_version": "4.0"
}