Skip to content

Swift types for working with the friendly-public-transport-format

Notifications You must be signed in to change notification settings

public-transport/FPTF.swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚉 FPTF

This package includes the necessary types for working with the friendly-public-transport-format (v1.0.2). All types conform to Swift's Codable protocol to enable seamless de- and encoding of FPTF-JSON.

Installation

FPTF is available via Swift Package Manager, just add it to your project's dependencies.

.package(url: "https://github.com/public-transport/FPTF.swift", from: "latest")