[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / e / 4 / DRRoutes / 1.0.0 / DRRoutes.podspec.json
blob024e45e696e45feab5fafc6f64566d67bb0c12af
2   "name": "DRRoutes",
3   "version": "1.0.0",
4   "summary": "Swift router manager, and Navigator manager.",
5   "description": "这是一个采用swift实现的路由管理工具,支持全局与部分路由注册,路由未匹配的处理等。\n同时增加了Navigator,主要用于实现模块内部页面导航。",
6   "homepage": "https://github.com/githubzb/DRRoutes",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "drbox": "1126976340@qq.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/githubzb/DRRoutes.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "DRRoutes/class/**/*.{swift}",
23   "requires_arc": true,
24   "swift_version": "5.0"