[Add] CookieOvenWebtoon 3.2.6
[CocoaPods.git] / Specs / 9 / b / 8 / Folly-GTest / 1.10.7 / Folly-GTest.podspec.json
blobf15287076329abe99fce66a6db2e902a35bc4091
2   "name": "Folly-GTest",
3   "version": "1.10.7",
4   "license": {
5     "type": "BSD",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/google/googletest.git",
9   "authors": {
10     "Pritesh Nandgaonkar": "prit91@fb.com"
11   },
12   "summary": "GTest is googles c++ testing framework",
13   "source": {
14     "git": "https://github.com/google/googletest.git",
15     "tag": "release-1.10.0"
16   },
17   "preserve_paths": "googletest/include/gtest/**",
18   "source_files": [
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/**"
26   ],
27   "platforms": {
28     "ios": "8.0",
29     "osx": "10.10"
30   },
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/**\""
34   }