[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / b / 8 / Folly-GTest / 1.10.6 / Folly-GTest.podspec.json
blob65f53330c986bee8196bc28db09ade3935417321
2   "name": "Folly-GTest",
3   "version": "1.10.6",
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   "module_name": "gtest",
14   "source": {
15     "git": "https://github.com/google/googletest.git",
16     "tag": "release-1.10.0"
17   },
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   ],
24   "preserve_paths": "googletest/include/gtest/**",
25   "platforms": {
26     "ios": "8.0",
27     "osx": "10.10"
28   },
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/**\""
32   }