blob: b02dfe64306dea2e38da19507b26149088899e82 [file] [log] [blame]
{
"name": "StackViewController",
"version": "1.0.1",
"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.1"
},
"source_files": [
"StackViewController",
"StackViewController/*.{swift}"
],
"frameworks": [
"Foundation",
"UIKit"
]
}