Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wailynn-supers/mm_phonenumber_swift

Swift port of https://github.com/Melomap/mm_phonenumber to check valid myanmar mobile numbers, get mobile operator's name, sanitize mobile numbers and get mobile network types.
https://github.com/wailynn-supers/mm_phonenumber_swift

Last synced: about 2 months ago
JSON representation

Swift port of https://github.com/Melomap/mm_phonenumber to check valid myanmar mobile numbers, get mobile operator's name, sanitize mobile numbers and get mobile network types.

Awesome Lists containing this project

README

        

# mm_phonenumber_swift

[![CI Status](http://img.shields.io/travis/wailynn-wlz/mm_phonenumber_swift.svg?style=flat)](https://travis-ci.org/wailynn-wlz/mm_phonenumber_swift)
[![Version](https://img.shields.io/cocoapods/v/mm_phonenumber_swift.svg?style=flat)](http://cocoapods.org/pods/mm_phonenumber_swift)
[![License](https://img.shields.io/cocoapods/l/mm_phonenumber_swift.svg?style=flat)](http://cocoapods.org/pods/mm_phonenumber_swift)
[![Platform](https://img.shields.io/cocoapods/p/mm_phonenumber_swift.svg?style=flat)](http://cocoapods.org/pods/mm_phonenumber_swift)

## Usage

```
import mm_phonenumber_swift

PhoneValidator.isValidMMPhoneNumber(phoneNumber: "")

PhoneValidator.sanitizeNumber(phoneNumber: "")

PhoneValidator.getTelecomName(phoneNumber: "")

PhoneValidator.getNetworkType(phoneNumber: "")
```

## Requirements

## Installation

mm_phonenumber_swift is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'mm_phonenumber_swift'
```

## Author

[email protected]

## License

mm_phonenumber_swift is available under the MIT license. See the LICENSE file for more info.