blob: 4c4598eb5ef6893ce175a1a394752b40611b8baa [file] [log] [blame]
{
"name": "MTK",
"version": "0.2.1",
"summary": "Metova Test Kit",
"homepage": "http://metova.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nick Griffith": "nick.griffith@metova.com"
},
"source": {
"git": "https://github.com/metova/MetovaTestKit.git",
"tag": "0.2.1"
},
"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",
"deprecated_in_favor_of": "MetovaTestKit"
}