[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / b / 9 / rrrr / 0.2.1 / rrrr.podspec.json
blob607c92414c6f4316ee88bca0c1e1fdcb332f5d6a
2   "name": "rrrr",
3   "version": "0.2.1",
4   "summary": "RRRR rapid real-time routing",
5   "description": "RRRR (usually pronounced R4) is a C-language implementation of the RAPTOR public transit routing algorithm.\nIt is the core routing component of the Bliksem journey planner and passenger information system.\n",
6   "homepage": "https://github.com/bliksemlabs/rrrr",
7   "license": {
8     "type": "BSD 2-clause",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "abyrd": "andrew@fastmail.net",
13     "skinkie": "stefan@konink.de",
14     "skywave": "",
15     "JordenVerwer": ""
16   },
17   "platforms": {
18     "ios": "2.0"
19   },
20   "source": {
21     "git": "https://github.com/oooits72/rrrr.git",
22     "tag": "0.2.1"
23   },
24   "source_files": [
25     "router.{c,h}",
26     "tdata.{c,h}",
27     "tdata_validation.{c,h}",
28     "bitset.{c,h}",
29     "router_request.{c,h}",
30     "router_result.{c,h}",
31     "util.{c,h}",
32     "tdata_io_v3_mmap.c",
33     "tdata_io_v3.h",
34     "radixtree.{c,h}",
35     "geometry.{c,h}",
36     "hashgrid.{c,h}",
37     "router_dump.{c,h}",
38     "rrrr_types.h",
39     "config.h",
40     "json.{c,h}",
41     "plan_render_text.{c,h}",
42     "plan_render_otp.{c,h}",
43     "tdata_io_v4.h",
44     "tdata_io_v4_dynamic.c",
45     "tdata_io_v4_mmap.c",
46     "api.{c,h}",
47     "polyline.{c,h}",
48     "set.{c,h}"
49   ],
50   "requires_arc": false