A lightweight, reusable Swift SDK for basic mathematical operations. Currently supports addition of two integers with a clean and testable API.
- ✅ Add two integer numbers
- ✅ Clean and minimal API
- ✅ Supports Swift Package Manager and manual integration
- ✅ Unit tested using XCTest
- ✅ Compatible with iOS 12+
Add the following to your Package.swift
:
.package(url: "https://github.com/jayantv-coder/MathOperationsSDK.git", from: "1.0.0")