ab180/saby 0.76.1
Airbridge SDK core library for swift
⭐️ 0
🕓 1 week ago
.package(url: "https://github.com/ab180/saby.git", from: "0.76.1")
saby
Airbridge SDK core library for swift.
- Concurrency
- Atomic: Access to single value without data race
- Contract: Handle multiple values asynchronously
- Promise: Handle single value asynchronously
- Expect: Assert instance status
- JSON: JSON definition
- Mock: Emulate behavior of instance that make side effect
- Network: Communicate with server using Promise
- Numeric: Numeric extension
- Safe: Handle Any value safely
- Time: Time definition