blob: 524cb4a3f3f83a7c237663b7a9d2bbaada1d7985 [file] [log] [blame]
{
"name": "CWStackController",
"version": "0.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/CWStackController",
"license": "MIT",
"authors": {
"guojiubo": "guojiubo@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/guojiubo/CWStackController.git",
"tag": "0.0.1"
},
"source_files": "CWStackController/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}