blob: 3dbfb6518a194faf04ebfcea9198d990a564aff5 [file] [log] [blame]
{
"name": "ViewCSS",
"version": "1.0.7",
"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/e2technologies/ViewCSS/wiki",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eric Chapman": "chapman@e2tec.com"
},
"source": {
"git": "https://github.com/e2technologies/ViewCSS.git",
"tag": "v1.0.7"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source_files": "ViewCSS/Classes/**/*"
}