blob: 63d6f9300394c90c65f3f7b858c6cbfaef2e41ac [file] [log] [blame]
{
"name": "LessAutolayoutBoilerplate",
"version": "1.0.0",
"summary": "A collection of useful UIView programmatic layout functions.",
"description": "Make programmatic UIKit cleaner, more succinct and easier to read.",
"homepage": "https://github.com/janakmshah/LessAutolayoutBoilerplate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Janak Shah": "janak.shah@cuvva.com"
},
"source": {
"git": "https://github.com/janakmshah/LessAutolayoutBoilerplate.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "13.0"
},
"source_files": "LessAutolayoutBoilerplate/Classes/**/*",
"frameworks": "UIKit",
"swift_versions": "5.0",
"swift_version": "5.0"
}