blob: 08c2ab70d8e256845c1fce4a41548ec3dace5db2 [file] [log] [blame]
{
"name": "ViewDSL",
"version": "0.0.2",
"summary": "A DSL way to build UI in Swift",
"description": "This library helps you build your UI programmatically in fun way!",
"homepage": "https://github.com/muizidn/viewdsl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Muhammad Muizzsuddin": "muiz.idn@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/muizidn/viewdsl.git",
"tag": "0.0.2"
},
"source_files": "ViewDSL/**/*.{h,m,swift}"
}