blob: 9efc26fd1ee71a39e24b6ef825e8948cdf01c61b [file] [log] [blame]
{
"name": "BxLayout",
"version": "1.0.0",
"swift_version": "4.1",
"summary": "Descriptive Autolayout for iOS in Swift.",
"description": "BxLayout aims to make UIKit's autolayout as easy as possible. It provides a declarative and intutitive API that tries to depict as precisely as possible the way one speaks about layouting.",
"homepage": "https://bxlayout.borchero.com",
"documentation_url": "https://bxlayout.borchero.com/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxLayout.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxLayout/**/*",
"dependencies": {
"BxUtility": [
"~> 1.0"
]
},
"frameworks": "UIKit"
}