blob: 54d48672088385686319f003c12522c4b002207f [file] [log] [blame]
{
"name": "CenteredStackView",
"version": "0.7.1",
"summary": "Vertically centered stack view supports dynamic item dimension.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/DragonCherry/CenteredStackView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DragonCherry": "DragonCherry"
},
"source": {
"git": "https://github.com/DragonCherry/CenteredStackView.git",
"tag": "0.7.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CenteredStackView/Classes/**/*",
"dependencies": {
"SnapKit": [
],
"UIViewKVO": [
],
"TinyLog": [
]
}
}