[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 8 / b / 6 / MGJRouterKit / 0.1.2 / MGJRouterKit.podspec.json
blob2253ff769cb35f17a63c5812787fc6d1ac1e9960
2   "name": "MGJRouterKit",
3   "version": "0.1.2",
4   "summary": "蘑菇街路由器套件,在该基础之上进行了扩展,使其更加简单快捷,主要解决了参数传递问题.",
5   "description": "蘑菇街路由器套件,在该基础之上进行了扩展,使其更加简单快捷,主要解决了参数传递问题.利用“runtime”传递参数,同时可以传递多个参数",
6   "homepage": "https://github.com/xtzPioneer/MGJRouterKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xtzPioneer": "xtz_pioneer@163.com"
13   },
14   "source": {
15     "git": "https://github.com/xtzPioneer/MGJRouterKit.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MGJRouterKit/Classes/**/*.{h,m}",
22   "dependencies": {
23     "MGJRouter": [
25     ]
26   },
27   "prefix_header_contents": "#import \"MGJRouterKit.h\""