blob: 30d802c46de87f6f5771c082883963028139f7fb [file] [log] [blame]
{
"name": "ViewCSS",
"version": "0.8.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/wiki",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eric Chapman": "eric.chappy@gmail.com"
},
"source": {
"git": "https://github.com/ericchapman/ViewCSS.git",
"tag": "0.8.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ViewCSS/Classes/**/*",
"pushed_with_swift_version": "4.0"
}