blob: 39427f7a0cf310ea5212601a2eca7e3fcffbdd5c [file] [log] [blame]
{
"name": "StackLayout",
"version": "0.9.2",
"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.2"
},
"social_media_url": "https://twitter.com/bridgermax",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/StackLayout/**/*"
}