blob: 1fb7ff15cb8b1a686e50a9cae89379ac8075c61a [file] [log] [blame]
{
"name": "iOSCSS",
"version": "0.0.5",
"summary": "A crazy idea to drive views in iOS with CSS.",
"description": "Right now this is just an idea. CSS has been around for quite some time and is the standard for laying out views on the web. It's often been a source of curiosity for me why that wasn't applied to mobile.",
"homepage": "https://github.com/Tyler-Keith-Thompson/iOSCSS",
"license": {
"type": "Custom",
"file": "LICENSE"
},
"authors": {
"Tyler.Thompson@Asynchrony.com": "Tyler.Thompson@asynchrony.com"
},
"source": {
"git": "https://github.com/Tyler-Keith-Thompson/iOSCSS.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.1",
"source_files": "iOSCSS/**/*.{swift,h,m}",
"dependencies": {
"CryptoSwift": [
]
}
}