blob: 583c8f875f0383da178d8c9b9c4fcbf68abec24f [file] [log] [blame]
{
"name": "StackViewController",
"version": "1.0.0",
"summary": "A UINavigationController like custom container view controller which provides fullscreen pan gesture support to POP and PUSH",
"homepage": "https://github.com/guojiubo/StackViewController",
"license": "MIT",
"authors": {
"guojiubo": "guojiubo@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/guojiubo/StackViewController.git",
"tag": "1.0.0"
},
"source_files": [
"StackViewController",
"StackViewController/*.{swift}"
],
"frameworks": [
"Foundation",
"UIKit"
]
}