Latest | 1.7.0 |
---|---|
Homepage | https://code.google.com/p/googletest/ |
License | BSD |
Platforms | osx 10.7 |
Frameworks | Cocoa |
Latest podspec
{ "name": "GoogleTestingFramework", "version": "1.7.0", "summary": "C++ unit testing framework", "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", "homepage": "https://code.google.com/p/googletest/", "license": { "type": "BSD", "file": "LICENSE" }, "authors": "Google, Inc.", "platforms": { "osx": "10.7" }, "source": { "git": "https://github.com/google-cpp-testing-framework/google-cpp-testing-framework.git", "tag": "1.7.0" }, "source_files": [ "src/*", "include/**/*.h" ], "exclude_files": "src/gtest_main.cc", "public_header_files": "include/**/*.h", "header_mappings_dir": "include", "frameworks": "Cocoa", "requires_arc": false, "xcconfig": { "HEADER_SEARCH_PATHS": "GoogleTest/include/", "CLANG_CXX_LIBRARY": "libc++" }, "prepare_command": "sed -i '' 's/src\///' src/gtest-all.ccn" }
Fri, 04 Mar 2016 19:06:02 +0000