blob: 3c8942ae45e3cc70300f01ec9c6e3c3264779e24 [file] [log] [blame]
{
"name": "StackBox",
"version": "0.1.1",
"summary": "StackBox is a scrollable container where you can easily insert and remove boxes.",
"description": "StackBoxView is dynamic so you don't have to worry about the contentSize. Sub-boxes are\nmanage by a UIStackView.\n\nStackBoxContainer is the container object use by the StackBox to render stacks\nEach box contains the StackBoxItem create initialy by the you\nCreate your own StackBoxItem by setting a view, his offset and alignement",
"homepage": "https://github.com/hugweb/StackBox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hugweb": "hugweb@gmail.com"
},
"source": {
"git": "https://github.com/hugweb/StackBox.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "StackBox/Classes/**/*",
"pushed_with_swift_version": "3.0"
}