The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.
Add EkaMedicalRecordsUI as a dependency in your Package.swift
file.
dependencies: [
.package(url: "https://github.com/eka-care/EkaMedicalRecordsCore.git", branch: "main")
]
Add EkaMedicalRecordsUI
in the target.
.product(name: "EkaMedicalRecordsCore", package: "EkaMedicalRecordsCore")