Harmony Swift
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
Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Installation
CocoaPods
Harmony is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Harmony', '~> 2.0.0'For unit test, you can use the following pod:
pod 'HarmonyTesting', '~> 2.0.0'Carthage
github "mobilejazz/harmony-swift" "2.0.0"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.
Swift Package Manager
dependencies: [
.package(url: "https://github.com/mobilejazz/harmony-swift", .upToNextMajor(from: "2.0.0"))
]This package includes two libraries: Harmony and HarmonyTesting.
Author
Mobile Jazz, [email protected]
API Reference
https://harmony.mobilejazz.com/docs/introduction
License
Harmony is available under the Apache 2.0 license. See the LICENSE file for more info.