blob: a8f9369c34801fd201dfcb4c35508c7ec6e5a14a [file] [log] [blame]
{
"name": "AnimatableStackView",
"version": "4.0.3",
"summary": "UIStackView based class that allows to animate its changes.",
"description": "UIStackView based class that provides a convenience interface to animate its content.",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"5.0",
"5.0"
],
"source_files": "AnimatableStackView/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "5.0"
}