[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / c / e / 1 / WLRRoute / 0.0.4 / WLRRoute.podspec.json
blobdbedd6436f222895a82a6ac2a3ff7b687ff7559e
2   "name": "WLRRoute",
3   "version": "0.0.4",
4   "summary": "WLRRoute is a simple route,it can provide Url matching and custom handler~",
5   "description": "It is used to show how to build a route system in iOS app, and I keep it simple and clear.WLRRoute provide url matching , primitive parameters transfer, target callback block , custom handler can overwrite  transitionWithRequest to navigate source to target.",
6   "homepage": "https://github.com/Neojoke/WLRRoute",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Neo": "394570610@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/Neojoke/WLRRoute.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "WLRRoute/Classes/**/*"