[Add] ApTestLibrary 1.0.2
[CocoaPods.git] / Specs / 9 / b / 8 / Folly-GTest / 1.10.5 / Folly-GTest.podspec.json
blob4ccdc863d1b140dc9a672c654b99c86226d932c2
2   "name": "Folly-GTest",
3   "version": "1.10.5",
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/src/**/*.h"
21   ],
22   "preserve_paths": "googletest/**",
23   "compiler_flags": "-DGTEST_INCLUDE_GTEST_GTEST_SPI_H_=0",
24   "requires_arc": true,
25   "platforms": {
26     "ios": "8.0",
27     "osx": "10.10"
28   },
29   "header_dir": "gtest",
30   "description": "Just the headers of GTest, a c++ testing framework",
31   "pod_target_xcconfig": {
32     "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/googletest/include/**\" \"$(PODS_TARGET_SRCROOT)/googletest/src/**\""
33   }