[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / e / b / 9 / rrrr / 0.0.5 / rrrr.podspec.json
blob9791800595e28beb93aafa9720c58b92e82ac596
2   "name": "rrrr",
3   "version": "0.0.5",
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.0.5"
23   },
24   "source_files": [
25     "bitset.{h,c}",
26     "config.{h,c}",
27     "geometry.{h,c}",
28     "gtfs-realtime.pb-c.{h,c}",
29     "hashgrid.{h,c}",
30     "json.{h,c}",
31     "parse.{h,c}",
32     "polyline.{h,c}",
33     "qstring.{h,c}",
34     "radixtree.{h,c}",
35     "router.{h,c}",
36     "tdata.{h,c}",
37     "util.{h,c}"
38   ],
39   "requires_arc": false,
40   "dependencies": {
41     "protobuf-c": [
42       "~> 0.15"
43     ]
44   }