blob: 2aded12c27b9f3e087708ec7dbd8a412ffe35753 [file] [log] [blame]
{
"name": "AnimatingViewContainer",
"version": "0.1.2",
"summary": "A view container with transition animation",
"swift_versions": "5.0",
"description": "A view container with transition animation.",
"homepage": "https://github.com/anconaesselmann/AnimatingViewContainer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"anconaesselmann": "axel@anconaesselmann.com"
},
"source": {
"git": "https://github.com/anconaesselmann/AnimatingViewContainer.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "AnimatingViewContainer/Classes/**/*",
"ios": {
"dependencies": {
"constrain": [
]
}
},
"swift_version": "5.0"
}