blob: 1e3b2ffa0698dfe1ba58f3628ec41d9de1cbaf9a [file] [log] [blame]
{
"name": "BrickKit",
"version": "0.9.0",
"summary": "BrickKit: a smart, easy, and consistent way of making layouts in iOS.",
"description": "BrickKit allows developers to create and display complex layouts in an easy, consistent way.",
"homepage": "https://github.com/wayfair/brickkit-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ruben Cagnie": "rcagnie@wayfair.com"
},
"source": {
"git": "https://github.com/wayfair/brickkit-ios.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "9.1",
"tvos": "9.1"
},
"source_files": "Source/**/*.swift",
"ios": {
"resources": [
"Resources/iOS/*.{xcassets}",
"Resources/iOS/*/*/*.{xib}"
]
},
"tvos": {
"resources": [
"Resources/tvOS/*.{xcassets}",
"Resources/tvOS/*/*/*.{xib}"
]
},
"pushed_with_swift_version": "2.3"
}