blob: 7e66f3ca5cc9ceeb03553c30c1eb916b79f13354 [file] [log] [blame]
{
"name": "MetovaTestKit",
"version": "2.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.paul.gauthier@gmail.com"
},
"source": {
"git": "https://github.com/metova/MetovaTestKit.git",
"tag": "2.1.0"
},
"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"
}