blob: 713c0f14059f475affad02e532a3e55d704f6df0 [file] [log] [blame]
{
"name": "UINavigationController+RSAdditions",
"version": "0.1.1",
"summary": "Additions for UINavigationController.",
"description": " # Why?\n 1. Fix crash with double push of view controller to navigation stack (reproduced even in Settings app).\n 2. Notifications to simplify implementation of custom tab bar controller.\n\n # How?\n\n Just add pod to your project. No imports needed (imports needed only if you want to use notifications).\n\n # Requirements\n > iOS 7.1\n",
"homepage": "https://github.com/RishatShamsutdinov/UINavigationController-RSAdditions",
"license": "Apache License, Version 2.0",
"authors": {
"Rishat Shamsutdinov": "dichat.dark@gmail.com"
},
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/RishatShamsutdinov/UINavigationController-RSAdditions.git",
"tag": "v0.1.1"
},
"source_files": [
"UINavigationController+RSAdditions",
"UINavigationController+RSAdditions/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"RSFoundationUtils": [
"~> 0.1"
]
}
}