4 "summary": "A property-based testing library",
5 "description": " Why write tests when you can generate them? Fox is a port of Clojure's\n popular test.check.\n\n Specify your tests in terms of properties your code should hold. Fox's job is\n to generate tests to find a counter-example that your property does not hold.\n\n Fox will also shrink the counter-example to the smallest possible example\n to make it easier to debug failures.\n",
6 "homepage": "https://github.com/jeffh/Fox",
12 "Jeff Hui": "jeff@jeffhui.net"
19 "git": "https://github.com/jeffh/Fox.git",
22 "source_files": "Fox/**/*.{h,m,mm}",
23 "public_header_files": "Fox/Public/**/*.h",
27 "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
28 "CLANG_CXX_LIBRARY": "libc++"