blob: 4b386f3cd455ba859842cb4bcfdbf6ca13bb64c6 [file] [log] [blame]
{
"name": "ViewCSS",
"version": "1.0.1",
"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": "v1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ViewCSS/Classes/**/*",
"pushed_with_swift_version": "4.0"
}