blob: 43a989ee693a9052a655471d9744df99f83998a0 [file] [log] [blame]
{
"name": "AnimatableStackView",
"version": "3.0.0",
"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": "3.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"5.0",
"5.0"
],
"source_files": "AnimatableStackView/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "5.0"
}