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/include/gtest/internal/*.h",
21 "googletest/include/gtest/internal/custom/*.h",
22 "googletest/src/**/*.h"
24 "preserve_paths": "googletest/include/gtest/**",
29 "description": "Just the headers of GTest, a c++ testing framework",
30 "pod_target_xcconfig": {
31 "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/googletest/include/**\" \"$(PODS_TARGET_SRCROOT)/googletest/src/**\""