blob: ab73bb1f16715c1e10d35c50ad702d6d6e704558 [file] [log] [blame]
{
"name": "CardController",
"version": "0.1.0",
"summary": "Container View Controller to manage and animate a list of child view controllers.",
"description": "CardController is a simple container view controller that manages a list of child view controllers\nand allows them to be presented full screen, and dismissed into a custom menu configuration.\nAll the view animations are customizable and interruptible.",
"homepage": "https://github.com/manuelcarlos/CardController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Manuel Carlos": "manuelcarlosLopes@icloud.com"
},
"source": {
"git": "https://github.com/manuelcarlos/CardController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CardController/Classes/**/*",
"pushed_with_swift_version": "3.0"
}