[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / c / 1 / UINavigationController+RSAdditions / 0.1.0 / UINavigationController+RSAdditions.podspec.json
blob61d1b591f41ea6463211652e5b0dfcfd0ec1c20b
2   "name": "UINavigationController+RSAdditions",
3   "version": "0.1.0",
4   "summary": "Additions for UINavigationController.",
5   "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",
6   "homepage": "https://github.com/RishatShamsutdinov/UINavigationController-RSAdditions",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Rishat Shamsutdinov": "dichat.dark@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.1"
13   },
14   "source": {
15     "git": "https://github.com/RishatShamsutdinov/UINavigationController-RSAdditions.git",
16     "tag": "v0.1.0"
17   },
18   "source_files": [
19     "UINavigationController+RSAdditions",
20     "UINavigationController+RSAdditions/**/*.{h,m}"
21   ],
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "dependencies": {
25     "RSFoundationUtils": [
26       "~> 0.1"
27     ]
28   }