[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / e / 7 / Fox / 1.0.0 / Fox.podspec.json
blob80feb57e78b48a51ac26b70b1447c4dbe2bc7ac3
2   "name": "Fox",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Jeff Hui": "jeff@jeffhui.net"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/jeffh/Fox.git",
20     "tag": "v1.0.0"
21   },
22   "source_files": "Fox/**/*.{h,m,mm}",
23   "public_header_files": "Fox/Public/**/*.h",
24   "requires_arc": true,
25   "libraries": "c++",
26   "xcconfig": {
27     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
28     "CLANG_CXX_LIBRARY": "libc++"
29   }