blob: 3fa4d45083a79efd2e9953c1cdf783b25f69cafe [file] [log] [blame]
{
"name": "AXNavigationBackItemInjection",
"version": "0.0.1",
"summary": "Custom implementation of back navigation item actions.",
"description": "Custom implementation of back navigation item actions using protocol or block.",
"homepage": "https://github.com/devedbox/AXNavigationBackItemInjection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"devedbox": "devedbox@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXNavigationBackItemInjection.git",
"tag": "0.0.1"
},
"source_files": "AXNavigationBackItemInjection/AXNavigationBackItemInjection/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}