Halley
Halley 为 iOS 提供了一种简单的方式来解析和遍历模型,根据 JSON Hypertext Application Language 规范,也简称 HAL。
入门指南
需求
- iOS 13
- Swift 5.0
根据您的使用情况,有多种方式将 Halley 包含到您的项目中。
CocoaPods
Halley 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中
pod 'Halley'
Swift 包管理器
如果您正在使用 SPM 作为依赖管理器,请将以下内容添加到您的 Package.swift
文件中的依赖项中
dependencies: [
.package(url: "https://github.com/infinum/Halley.git")
]
作者
- Filip Gulan - [email protected]
- Zoran Turk - [email protected]
由 Infinum 维护和赞助。
许可证
Halley 可在 MIT 许可证下使用。有关更多信息,请参阅 LICENSE 文件。