[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / f / d / ZUNavigator / 0.0.4 / ZUNavigator.podspec.json
blobdc36f1df434f6da430e600b0fe268a2466b512cc
2   "name": "ZUNavigator",
3   "version": "0.0.4",
4   "summary": "Navigator allows you to make segues, update data by urls. And some other useful stuff.",
5   "description": "Navigator allows you to reduce dependencies between controllers without calling them directly and make modular app, where each module is pod for example.\nList of main features:\n- Make push/pop segues by url.\n- Prevent push segue if view controller already in view controllers stack or if in next tab - depends on policy.\n- Update data on pop segue in target view controller.\n- Simple switch tabs or switch tabs with segue.\n- Call update method by url in first matching target view controller in stack. Or every matching. Or in next tabs. - depends on policy.\n- Call update by url everywhere in app.(Navigation and tab bar controllers must be registered in Navigator - or use ZNTabBarController/ZNBavigationController).\n- Prints links map of your stack.\n- And some other things.\nAll public methods documented and separated to files for fast access. Look at classes root folder.",
6   "homepage": "https://github.com/ZordZ/ZUNavigator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MrTrent": "show6time@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ZordZ/ZUNavigator.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "module_name": "ZUNavigator",
22   "swift_versions": "5.0",
23   "source_files": "ZUNavigator/Classes/**/*",
24   "dependencies": {
25     "ZUCore": [
26       "~> 0.1.2"
27     ]
28   },
29   "swift_version": "5.0"