blob: 1a03f4b3b9ee08a0a706cdb9abb03107f7ca6e0e [file] [log] [blame]
{
"name": "MetovaTestKit",
"version": "2.0.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.paul.gauthier@gmail.com"
},
"source": {
"git": "https://github.com/metova/MetovaTestKit.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.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"
}