blob: 1c4d7c1a8db0849fbdb3c6db383c4f8f7a7b2f45 [file] [log] [blame]
{
"name": "ViewDSL",
"version": "0.0.6",
"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_versions": "4.2",
"source": {
"git": "https://github.com/muizidn/viewdsl.git",
"tag": "0.0.6"
},
"source_files": "ViewDSL/**/*.{h,m,swift}"
}