blob: c275db13ce2dc65fc6e97fce897b7e7b5895bf38 [file] [log] [blame]
{
"name": "ViewCSS",
"version": "0.3.0",
"summary": "IOS Swift CSS implementation",
"description": "ViewCSS is a CSS like plugin for iOS Applications. It provides a simple interface to define overrideable\nproperties using CSS like commands.",
"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.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ViewCSS/Classes/**/*",
"pushed_with_swift_version": "4.0"
}