HarmonyTesting 2.0.2

HarmonyTesting 2.0.2

Mobile Jazz 维护。



MJ Harmony logo

Harmony Swift

Harmony 是由 Mobile Jazz 开发的一个 框架,它定义了最佳实践、软件架构模式和软件开发相关指南。

文档 · Kotlin · TypeScript · PHP

CI Status Version License Platform

示例

要运行示例项目,请先克隆仓库,然后从 Example 目录中运行 pod install

安装

CocoaPods

Harmony 可以通过 CocoaPods 获得。要安装它,只需将以下行添加到 Podfile 中

pod 'Harmony', '~> 2.0.0'

对于单元测试,你可以使用以下 pod

pod 'HarmonyTesting', '~> 2.0.0'

Carthage

github "mobilejazz/harmony-swift" "2.0.0"

解决依赖:carthage update --use-xcframeworks --platform iOS,并将 Harmony.xcframework 添加到你的项目中。对于单元测试,在测试目标的构建阶段添加 HarmonyTesting.xcframework

Swift 包管理器

dependencies: [
    .package(url: "https://github.com/mobilejazz/harmony-swift", .upToNextMajor(from: "2.0.0"))
]

此包包含两个库:HarmonyHarmonyTesting

作者

Mobile Jazz, [email protected]

API参考

https://harmony.mobilejazz.com/docs/introduction

许可证

Harmony遵循Apache 2.0许可证。有关更多信息,请参阅LICENSE文件。