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