Halley 1.5.0

Halley 1.5.0

Maintained by Filip Gulan.



Halley 1.5.0

  • By
  • Infinum, Filip Gulan and Zoran Turk

Halley

Version License Swift Package Manager Platforms

Halley

Halley provides a simple way on iOS to parse and traverse models according to JSON Hypertext Application Language specification also known just as HAL.

Getting started

Requirements

  • iOS 13
  • Swift 5.0

There are several ways to include Halley in your project, depending on your use case.

CocoaPods

Halley is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Halley'

Swift Package Manager

If you are using SPM for your dependency manager, add this to the dependencies in your Package.swift file:

dependencies: [
    .package(url: "https://github.com/infinum/Halley.git")
]

Author

Maintained and sponsored by Infinum.

License

Halley is available under the MIT license. See the LICENSE file for more info.