Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.06 KB

File metadata and controls

28 lines (20 loc) · 1.06 KB

AmeenSDK

AmeenSDK is a modular Swift framework designed to accelerate iOS app development by providing a structured foundation, reusable components, and a consistent UI toolkit via its AmeenUI target. It aims to reduce redundant boiler plate code, to incorporate specific design system in to the apps making the development of the app 10x faster.

📦 Modules

1. AmeenSDK (Core)

  • Serves as the base SDK.
  • Includes fundamental protocols, services, and utilities.
  • Easily extendable for specific app needs.

2. AmeenUI

  • A UI component library built on top of SwiftUI.
  • Designed for plug-and-play use in any SwiftUI-based app.
  • Can be themed globally using a centralized color configuration.

🚀 Getting Started

Installation

You can integrate AmeenSDK using Swift Package Manager (SPM):

.package(url: "https://github.com/Ameenk149/AmeenSDK.git", from: "1.0.0")

Porjects which is currently using these: