8 "homepage": "https://github.com/google/googletest.git",
10 "Pritesh Nandgaonkar": "prit91@fb.com"
12 "summary": "GTest is googles c++ testing framework",
14 "git": "https://github.com/google/googletest.git",
15 "tag": "release-1.10.0"
17 "preserve_paths": "googletest/include/gtest/**",
19 "googletest/include/gtest/*.h",
20 "googletest/include/gtest/internal/*.h",
21 "googletest/include/gtest/internal/custom/*.h",
22 "googletest/src/**/*.h",
23 "googletest/include/gtest/**",
24 "googletest/include/gtest/internal/**",
25 "googletest/include/gtest/internal/custom/**"
31 "description": "Just the headers of GTest, a c++ testing framework",
32 "pod_target_xcconfig": {
33 "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/googletest/include/**\" \"$(PODS_TARGET_SRCROOT)/googletest/src/**\""