marmelroy / PhoneNumberKit

A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
MIT License
5.13k stars 817 forks source link

Rename class `PhoneNumberKit` to `PhoneNumberUtility` #798

Closed HeEAaD closed 2 months ago

HeEAaD commented 2 months ago

Fixes #755 .

This renames the class PhoneNumberKit to PhoneNumberUtility to resolve the issue described in #755 .

This is a breaking API change, which probably requires a major version bump. See how the sample project needed to be adapted: examples/PhoneBook/Sample/ViewController.swift

Testing Steps: