CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

TestCheck 1.0.1

TestCheck 1.0.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2016
SPMSupports SPM

Maintained by Elvis Nuñez.



TestCheck 1.0.1

TestCheck

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

SyncDB, @SyncDB