CocoaPods trunk is moving to be read-only. Read more on the blog, there are 15 months to go.

MathOperationsSDK 1.0.3

MathOperationsSDK 1.0.3

Maintained by Jayant Vishwakarma.



  • By
  • jayantv-coder

MathOperationsSDK

A lightweight, reusable Swift SDK for basic mathematical operations. Currently supports addition of two integers with a clean and testable API.


🚀 Features

  • ✅ Add two integer numbers
  • ✅ Clean and minimal API
  • ✅ Supports Swift Package Manager and manual integration
  • ✅ Unit tested using XCTest
  • ✅ Compatible with iOS 12+

📦 Installation

âž• Swift Package Manager (Recommended)

Add the following to your Package.swift:

.package(url: "https://github.com/jayantv-coder/MathOperationsSDK.git", from: "1.0.0")