[Add] Dengage 5.73
[CocoaPods.git] / Specs / b / 0 / 2 / OV-GTFS-Kit / 0.0.1 / OV-GTFS-Kit.podspec.json
blobefe57c574df693d91d056ee243b73f63e154860e
2   "name": "OV-GTFS-Kit",
3   "version": "0.0.1",
4   "summary": "OV-GTFS-Kit is simple work with GTFS and public transport map overlays",
5   "description": "OV-GTFS-Kit is a powerful and versatile library designed to streamline the handling of General Transit Feed Specification (GTFS) data, \tfacilitating the creation of map overlays for public transportation systems. GTFS is a standardized format for public transportation schedules and related geographic information, and OV-GTFS-Kit simplifies the process of working with this data to generate insightful and visually appealing map overlays.\n\nWith OV-GTFS-Kit, developers can efficiently extract, parse, and manipulate GTFS data, enabling them to seamlessly integrate public transportation information into mapping applications. The library provides a range of functionalities, including the ability to plot routes, stops, and schedules on maps, making it an invaluable tool for creating interactive and user-friendly interfaces that showcase public transport networks.\n\nWhether you're building a transportation-focused app, analyzing transit data, or enhancing the user experience of a mapping platform, OV-GTFS-Kit offers a comprehensive set of tools. Its ease of use, coupled with its robust capabilities, makes it a go-to solution for developers looking to leverage GTFS data and create dynamic map overlays that enhance the understanding and accessibility of public transportation systems.",
6   "homepage": "https://github.com/artemlevv/OV-GTFS-Kit.git",
7   "license": "MIT",
8   "authors": {
9     "Artem Levchenko": "artem.levchenko@ukma.edu.ua"
10   },
11   "platforms": {
12     "ios": "13.0"
13   },
14   "source": {
15     "git": "https://github.com/artemlevv/OV-GTFS-Kit.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "OV-GTFS-Kit/**/*.{h,m,swift}",
19   "dependencies": {
20     "SwiftProtobuf": [
21       "~> 1.18.0"
22     ]
23   }