blob: 507e5ab408de8928f0d21e57f29b5eb2a63fa5ca [file] [log] [blame]
{
"name": "CWStackController",
"version": "0.0.3",
"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.3"
},
"source_files": "CWStackController/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}