blob: 752855476e4cb01b7c4769507ad494a6b3927653 [file] [log] [blame]
{
"name": "AnimatableStackView",
"version": "4.0.5",
"summary": "UIStackView based class that allows to animate its changes. Curently supports vertical animations only.",
"description": "UIStackView based class that provides a convenience interface to animate its content. Curently supports vertical animations only.",
"homepage": "https://github.com/APUtils/AnimatableStackView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Plebanovich": "anton.plebanovich@gmail.com"
},
"source": {
"git": "https://github.com/APUtils/AnimatableStackView.git",
"tag": "4.0.5"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"5.0"
],
"source_files": "AnimatableStackView/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "5.0"
}