Skip to content

3lvis/TestCheck

Repository files navigation

TestCheck

Version License Platform

Usage

TestCheck includes a simple method to check wheter your on testing mode or not.

import TestCheck

if TestCheck.isTesting {
    // Do something
}

Installation

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

pod 'TestCheck'

License

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

Author

Elvis Nuñez, @3lvis