[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 9 / b / 8 / Folly-GTest / 1.10.0 / Folly-GTest.podspec.json
blob17b34ac7cb886b9ab84ea58ff970b356b64ae989
2   "name": "Folly-GTest",
3   "version": "1.10.0",
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": "googletest/include/gtest/*.h",
19   "public_header_files": "googletest/include/**/*.h",
20   "requires_arc": true,
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.10"
24   },
25   "header_mappings_dir": "googletest/include/gtest",
26   "libraries": "stdc++",
27   "header_dir": "gtest",
28   "description": "Just the headers of GTest, a c++ testing framework",
29   "pod_target_xcconfig": {
30     "USE_HEADERMAP": "NO",
31     "CLANG_CXX_LANGUAGE_STANDARD": "c++11"
32   }