8 "homepage": "https://github.com/google/googletest.git",
10 "Pritesh Nandgaonkar": "prit91@fb.com"
12 "summary": "GTest is googles c++ testing framework",
13 "module_name": "gtest",
15 "git": "https://github.com/google/googletest.git",
16 "tag": "release-1.10.0"
19 "googletest/include/gtest/**/*.h",
20 "googletest/src/**/*.h"
22 "preserve_paths": "googletest/**",
28 "libraries": "stdc++",
29 "header_dir": "gtest",
30 "description": "Just the headers of GTest, a c++ testing framework",
31 "pod_target_xcconfig": {
32 "USE_HEADERMAP": "NO",
33 "CLANG_CXX_LANGUAGE_STANDARD": "c++11"