blob: e4900c0170c981a2212b753ceaed78bd428bd81b [file] [log] [blame]
{
"name": "StackLayout",
"version": "0.9.0",
"summary": "An more flexible alternative to UIStackView.",
"description": "Create Auto Layout constraints to layout views in stack. Alternative to UIStackView which supports multiple different layouts in a single view. Also includes helpful shortcuts for creating NSLayoutConstraints.",
"homepage": "https://github.com/bridger/StackLayout",
"license": "MIT",
"authors": {
"Bridger Maxwell": "bridger.maxwell@gmail.com"
},
"source": {
"git": "https://github.com/bridger/StackLayout.git",
"tag": "0.9.0"
},
"social_media_url": "https://twitter.com/bridgermax",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/StackLayout/**/*",
"resource_bundles": {
"StackLayout": [
"Pod/Assets/*.png"
]
}
}