blob: 9ab42c0422ae17f107c48928699e6a0a2d239bdf [file] [log] [blame]
{
"name": "MetovaTestKit",
"version": "2.3.1",
"summary": "A collection of useful test helpers designed to ease the burden of writing tests for iOS applications.",
"homepage": "http://metova.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Metova, Inc.": "pods@metova.com",
"Nick Griffith": "nhgrif@gmail.com",
"Logan Gauthier": "logan.paul.gauthier@gmail.com",
"Chris Martin": "schrismartin@me.com"
},
"source": {
"git": "https://github.com/metova/MetovaTestKit.git",
"tag": "2.3.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"frameworks": "XCTest",
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"source_files": [
"MetovaTestKit",
"MetovaTestKit/**/*.{h,m,swift}"
],
"public_header_files": "MetovaTestKit/**/*.h",
"exclude_files": "MetovaTestKit/Exclude"
}