[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 6 / 9 / e / GoogleTestingFramework / 1.7.0 / GoogleTestingFramework.podspec.json
blobecabe7a931fb9a9831cf0014dacbdafae93c0a71
2   "name": "GoogleTestingFramework",
3   "version": "1.7.0",
4   "summary": "C++ unit testing framework",
5   "description": "                   Google's framework for writing C++ tests on a variety of platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, value- and type-parameterized tests, various options for running the tests, and XML test report generation.\n",
6   "homepage": "https://code.google.com/p/googletest/",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "platforms": {
13     "osx": "10.7"
14   },
15   "source": {
16     "git": "https://github.com/google-cpp-testing-framework/google-cpp-testing-framework.git",
17     "tag": "1.7.0"
18   },
19   "source_files": [
20     "src/*",
21     "include/**/*.h"
22   ],
23   "exclude_files": "src/gtest_main.cc",
24   "public_header_files": "include/**/*.h",
25   "header_mappings_dir": "include",
26   "frameworks": "Cocoa",
27   "requires_arc": false,
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "GoogleTest/include/",
30     "CLANG_CXX_LIBRARY": "libc++"
31   },
32   "prepare_command": "sed -i '' 's/src\\///' src/gtest-all.cc\n"