2 "name": "GoogleTestingFramework",
4 "summary": "C++ unit testing framework",
5 "description": " Google's framework for writing C++ tests on a variety of platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, value- and type-parameterized tests, various options for running the tests, and XML test report generation.\n",
6 "homepage": "https://code.google.com/p/googletest/",
11 "authors": "Google, Inc.",
16 "git": "https://github.com/google-cpp-testing-framework/google-cpp-testing-framework.git",
23 "exclude_files": "src/gtest_main.cc",
24 "public_header_files": "include/**/*.h",
25 "header_mappings_dir": "include",
26 "frameworks": "Cocoa",
27 "requires_arc": false,
29 "HEADER_SEARCH_PATHS": "GoogleTest/include/",
30 "CLANG_CXX_LIBRARY": "libc++"
32 "prepare_command": "sed -i '' 's/src\\///' src/gtest-all.cc\n"