[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 1 / 9 / Cuckoo / 2.0.3 / Cuckoo.podspec.json
blobc95c26016ed07559c451a2e9774a9148eaf3a5fe
2   "name": "Cuckoo",
3   "version": "2.0.3",
4   "summary": "Cuckoo - first boilerplate-free Swift mocking framework.",
5   "description": "Cuckoo is a mocking framework with an easy to use API (inspired by Mockito).\nIt generates mocks and some helper structures automatically to enable this functionality.",
6   "homepage": "https://github.com/Brightify/Cuckoo",
7   "license": "MIT",
8   "authors": {
9     "Matyas Kriz": "m@tyas.cz",
10     "Tadeas Kriz": "tadeas@brightify.org",
11     "Filip Dolnik": "filip@brightify.org"
12   },
13   "source": {
14     "git": "https://github.com/Brightify/Cuckoo.git",
15     "tag": "2.0.3"
16   },
17   "platforms": {
18     "ios": "13.0",
19     "osx": "11",
20     "tvos": "13.0"
21   },
22   "swift_versions": "5.0",
23   "preserve_paths": [
24     "Generator/**/*",
25     "version",
26     "run",
27     "build_generator",
28     "cuckoonator"
29   ],
30   "prepare_command": "curl -Lo cuckoonator https://github.com/Brightify/Cuckoo/releases/download/2.0.3/cuckoonator\nchmod +x cuckoonator",
31   "frameworks": [
32     "XCTest",
33     "Foundation"
34   ],
35   "requires_arc": true,
36   "pod_target_xcconfig": {
37     "ENABLE_BITCODE": "NO",
38     "SWIFT_REFLECTION_METADATA_LEVEL": "none",
39     "OTHER_LDFLAGS": "$(inherited) -weak-lXCTestSwiftSupport"
40   },
41   "default_subspecs": "Swift",
42   "subspecs": [
43     {
44       "name": "Swift",
45       "source_files": "Source/**/*.swift"
46     },
47     {
48       "name": "OCMock",
49       "source_files": "OCMock/**/*.{h,m,swift}",
50       "dependencies": {
51         "Cuckoo/Swift": [
53         ],
54         "OCMock": [
55           "3.9.3"
56         ]
57       }
58     }
59   ],
60   "swift_version": "5.0"