4 "summary": "A collection of useful test helpers designed to ease the burden of writing tests for iOS applications.",
5 "homepage": "http://metova.com",
11 "Nick Griffith": "nick.griffith@metova.com",
12 "Logan Gauthier": "logan.gauthier@metova.com"
15 "git": "https://github.com/metova/MetovaTestKit.git",
21 "frameworks": "XCTest",
22 "user_target_xcconfig": {
23 "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
27 "MetovaTestKit/**/*.{h,m,swift}"
29 "public_header_files": "MetovaTestKit/**/*.h",
30 "exclude_files": "MetovaTestKit/Exclude",
31 "pushed_with_swift_version": "3.0",
32 "deprecated_in_favor_of": "MetovaTestKit"