blob: 071a06acc655ecff7a19b66beecb9d37dfc5dd94 [file] [log] [blame]
{
"name": "BrickKit",
"version": "2.3.0",
"summary": "BrickKit: a smart, easy, and consistent way of making layouts in iOS and tvOS.",
"description": "With BrickKit, you can create complex and responsive layouts in a simple way. It's easy to use and easy to extend. Create your own reusable bricks and behaviors.",
"homepage": "https://github.com/wayfair/brickkit-ios",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Ruben Cagnie": "rcagnie@wayfair.com"
},
"source": {
"git": "https://github.com/wayfair/brickkit-ios.git",
"tag": "2.3.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": "3.1",
"deprecated": true
}