blob: 45129903cd826f000b9eb0734392e6ea130e59a7 [file] [log] [blame]
{
"name": "CenteredStackView",
"version": "0.7.5",
"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.5"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "CenteredStackView/Classes/**/*",
"dependencies": {
"SnapKit": [
],
"UIViewKVO": [
],
"TinyLog": [
]
}
}