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