EGGFramework 0.2.0

EGGFramework 0.2.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Dec 2016
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Suchon Dumnin.



  • By
  • Suchon Dumnin

EGGFramework

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 protected]")

Validation Mobile

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

Validation Thai ID

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

Author

Suchon Dumnin, [email protected]

License

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