SwiftyLiveApi - Live API for Swift - ThirdParty / API - Infinite Flight Community
SwiftyLiveAPI SwiftyLiveApi is a simple, 100% Swift wrapper around Infinite Flight Live API. Requirements Platform Min. Version iOS 10 TvOS 10 MacOS 10.12 Installation This package is available with the Swift Package Manager in XCode. To install it manually, insert this in your Package.swift: .package(url: "https://github.com/sqeezelemon/SwiftyLiveApi.git", from: "3.0.0") and then add it to your target, for example, like this: .target(name: "YourTarget", dependencies: ...