evanrobertson / EmailValidator
A simple (but correct) Swift library for validating email addresses. Supports mail addresses as defined in rfc5322 as well as the new Internationalized Mail Address standards (rfc653x). Based on https://github.com/jstedfast/EmailValidation
☆38Updated 4 years ago
Alternatives and similar repositories for EmailValidator:
Users that are interested in EmailValidator are comparing it to the libraries listed below
- Build multipart/form-data type-safe in Swift.☆30Updated 4 months ago
- UIColor extension in Swift to calculate brightness, color contrast, and more☆28Updated 5 years ago
- An app that displays Package.swift info☆42Updated last year
- A UIKit view that lays out buttons in either a column or a row to suit the available space.☆42Updated 4 months ago
- Conveniences for working with Swift's Codable protocols.☆19Updated 5 years ago
- Command Line Tool for Starting Your Swift Packages with Continuous Integration☆25Updated 4 years ago
- ☆48Updated 2 years ago
- UIKit presentation APIs in SwiftUI☆47Updated last year
- Extensible typesafe storage utilising property wrappers. Supports transformers such as Codable. Built in support for UserDefaults, NSUbiq…☆47Updated 3 months ago
- A formatter for converting ISO8601 durations to DateComponents.☆20Updated last year
- Swift library to more easily test async code☆35Updated 2 years ago
- Focus on the semantics and the visual representation of NSAttributedString separately.☆32Updated 5 years ago
- Backward compatible async/await for URLSession!☆37Updated 2 years ago
- Yet another property wrapper for UserDefaults☆37Updated 2 years ago
- Easily add swift packages from the command line☆24Updated last year
- Client declarations and live implementations for standard iOS managers☆36Updated 3 years ago
- A SwiftUI library to display Apple Pencil and Pasteboard-like alerts on iOS.☆52Updated 2 years ago
- Swift Macro to generate IDs for enumeration cases☆25Updated 3 months ago
- Input Validation Done Right. A Swift DSL for Validating User Input using Allow/Deny Rules