blob: f9461781597668f4998d47644a19a358f1a561be [file] [log] [blame]
{
"name": "MTK",
"version": "1.1.0",
"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": {
"Nick Griffith": "nick.griffith@metova.com",
"Logan Gauthier": "logan.gauthier@metova.com"
},
"source": {
"git": "https://github.com/metova/MetovaTestKit.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"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",
"pushed_with_swift_version": "3.0",
"deprecated_in_favor_of": "MetovaTestKit"
}