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.
- Serves as the base SDK.
- Includes fundamental protocols, services, and utilities.
- Easily extendable for specific app needs.
- 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.
You can integrate AmeenSDK using Swift Package Manager (SPM):
.package(url: "https://github.com/Ameenk149/AmeenSDK.git", from: "1.0.0")