blob: 877ed346cf941f250fe18518d02a72a8a34c47ac [file] [log] [blame]
{
"name": "SmartPopNavigationController",
"version": "0.1.0",
"summary": "UINavigation controller that could perform several immediate pops/pushes without breaking stuff",
"description": " UINavigation controller that could perform several pops/pushes without breaking\n\n * When several pops are scheduled, this controller will perform only needed ones, call needed callbacks and won't break the navigation sequence\n * Set class for all navigation controllers to SmartPopNavigationController and it will perform pops safely\n",
"homepage": "https://github.com/Itheme/SmartPopNavigationController",
"license": "MIT",
"authors": {
"Dan Parkhomenko": "thereaintnomailformeagain@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Itheme/SmartPopNavigationController.git",
"tag": "0.1.0"
},
"source_files": "SmartPopNavigationController.{h,m}",
"frameworks": "UIKit"
}