Skip to content

mrdumnin/EGGFramework

Repository files navigation

EGGFramework

[![CI Status](http://img.shields.io/travis/Suchon Dumnin/EGGFramework.svg?style=flat)](https://travis-ci.org/Suchon Dumnin/EGGFramework) Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

EGGFramework is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "EGGFramework"

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

import EGGFramework

Validation Email

let result = Validator.sharedInstance.isEmail("email@domain.com")

Validation Mobile

let result = Validator.sharedInstance.isMobile("0850099664")

Validation Thai ID

let result = Validator.sharedInstance.isThaiID("1040853260638")

Author

Suchon Dumnin, mrdumnin@gmail.com

License

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

About

The library is framework to help you work easier

Resources

License

Stars

Watchers

Forks

Packages

No packages published