blob: f8e67c18a859e2f76937e7cd410ed4c40f93867b [file] [log] [blame]
{
"name": "BackButtonHandler",
"version": "1.0.0",
"summary": "The extension allows to handle UINavigationViewController's 'Back' button action.",
"homepage": "https://github.com/laughmaker/UIViewController-BackButtonHandler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hezhendong": "wskrdfeai@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/laughmaker/UIViewController-BackButtonHandler.git",
"tag": "1.0.0"
},
"source_files": "BackButtonHandler/**",
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
]
}