HarmonyUI is a framework developed by Mobile Jazz.
Documentation
·
Kotlin
·
TypeScript
·
PHP
HarmonyUI is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'HarmonyUI', '~> 1.0.0'
github "mobilejazz/harmony-swift-ui" "1.0.0"
Resolve dependencies carthage update --use-xcframeworks --platform iOS
and add HarmonyUI.xcframework
to your project.
dependencies: [
.package(url: "https://github.com/mobilejazz/harmony-swift-ui", .upToNextMajor(from: "1.0.0"))
]
This package includes HarmonyUI
.
First, run in order to install HarmonyUI framework. Then, you can build the HarmonyUI framework.
carthage update --use-xcframeworks --platform iOS
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.