[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / b / 9 / rrrr / 0.1.0 / rrrr.podspec.json
blob1ceac53c215b55708c2f9d6939f5afcab5976e68
2   "name": "rrrr",
3   "version": "0.1.0",
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.1.0"
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   ],
41   "requires_arc": false