blob: 446a26b623f1de087f976177fb6fcf8c4433e733 [file] [log] [blame]
{
"name": "DTContainerController",
"version": "0.1.0",
"summary": "A simple container to handle transitioning between two view controllers, written in Swift.",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DTContainerController/Classes/**/*",
"pushed_with_swift_version": "3.0"
}