blob: dc57899b2a7e8d003e8b4f1c9182210c257100d1 [file] [log] [blame]
{
"name": "DTContainerController",
"version": "0.1.2",
"summary": "A simple container to handle transitioning between two view controllers, written in Swift.",
"swift_version": "4.1",
"description": "TODO: Add long description of the pod here.\nA Swift view controller container to handle transitioning between two view controllers.\nDTContainerController contains a current view controller that, when transiting to a new current view controller, is destroyed.",
"homepage": "https://github.com/tungvoduc/DTContainerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tungvoduc": "tung98.dn@gmail.com"
},
"source": {
"git": "https://github.com/tungvoduc/DTContainerController.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DTContainerController/Classes/**/*"
}