blob: 494f00ab29b2548b91041164216d2cae3c539043 [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",
"deprecated": true
}