Harmony is a framework developed by Mobile Jazz that specifies best practices, software architectural patterns and other software development related guidelines.
Documentation
·
Kotlin
·
TypeScript
·
PHP
To run the example project, clone the repo, and run pod install
from the Example directory first.
Harmony is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Harmony', '~> 2.0.2'
For unit test, you can use the following pod:
pod 'HarmonyTesting', '~> 2.0.2'
github "mobilejazz/harmony-swift" "2.0.2"
Resolve dependencies carthage update --use-xcframeworks --platform iOS
and add Harmony.xcframework
to your project. For unit test, add HarmonyTesting.xcframework
in your build phase of your testing target.
dependencies: [
.package(url: "https://github.com/mobilejazz/harmony-swift", .upToNextMajor(from: "2.0.2"))
]
This package includes two libraries: Harmony
and HarmonyTesting
.
Mobile Jazz, info@mobilejazz.com
https://harmony.mobilejazz.com/docs/introduction
Harmony is available under the Apache 2.0 license. See the LICENSE file for more info.