blob: 22c24d108e59c235f2890e7ab3fb35b9c57772a6 [file] [log] [blame]
{
"name": "SSNavigationController",
"version": "1.0.0",
"summary": "a simple navigationController framework for pan-to-the-right pop action",
"description": "This is a simple and light-weight framework for pan-to-right popViewController.\nCopy the files under folder 'Source' to your project and inherit your navigationController like this:\n@interface yourNavigationController : SSNavigationController",
"homepage": "https://github.com/suruihai/SSNavigationController",
"license": "MIT",
"authors": {
"suruihai": "191676345@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/suruihai/SSNavigationController.git",
"tag": "1.0.0"
},
"source_files": "Source/*.{h,m}",
"requires_arc": true
}