Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wailynn-supers/mm_phonenumber_swift
- Owner: wailynn-supers
- License: mit
- Created: 2018-03-08T10:07:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T11:19:50.000Z (almost 7 years ago)
- Last Synced: 2024-05-20T03:15:00.788Z (7 months ago)
- Language: Swift
- Homepage:
- Size: 28.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Myanmar - mm_phonenumber_swift
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_swiftPhoneValidator.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
## License
mm_phonenumber_swift is available under the MIT license. See the LICENSE file for more info.