blob: 65da841a743d2eedeae5f85f879b0655a7c3c3cd [file] [log] [blame]
{
"name": "BxLayout",
"version": "3.0.0",
"swift_version": "4.2",
"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": "3.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxLayout/**/*.{swift,h,m,mm,cpp,c}",
"dependencies": {
"BxUtility": [
"~> 3.0"
]
},
"frameworks": "UIKit"
}