blob: c28f5dcac554a3c8b8061d52baaee6adba797ab8 [file] [log] [blame]
{
"name": "MVTestKit",
"version": "1.0.0",
"summary": "A Helper Framework for Swift Testing",
"description": "Use TestKit to write tests more simply with Premade helpers.",
"homepage": "https://github.com/MathVasc/TestKit",
"authors": "Matheus de Vasconcelos",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/MathVasc/TestKit.git",
"tag": "1.0.0"
},
"source_files": [
"Sources/**/**.swift"
],
"weak_frameworks": "XCTest",
"requires_arc": true,
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES",
"DEFINES_MODULE": "YES",
"ENABLE_BITCODE": "NO",
"ENABLE_TESTING_SEARCH_PATHS": "YES",
"OTHER_LDFLAGS": "$(inherited) -weak-lswiftXCTest -Xlinker -no_application_extension",
"OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings"
},
"cocoapods_version": ">= 1.4.0",
"swift_versions": [
"5.0"
],
"swift_version": "5.0"
}