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",
9 "Tadeas Kriz": "tadeas@brightify.org",
10 "Filip Dolnik": "filip@brightify.org",
11 "Adriaan (Arjan) Duijzer": "arjan@nxtstep.nl"
14 "git": "https://github.com/Brightify/Cuckoo.git",
25 "swift_versions": "4.2",
32 "prepare_command": "curl -Lo cuckoo_generator https://github.com/Brightify/Cuckoo/releases/download/0.13.0/cuckoo_generator\nchmod +x cuckoo_generator",
38 "pod_target_xcconfig": {
39 "ENABLE_BITCODE": "NO",
40 "SWIFT_REFLECTION_METADATA_LEVEL": "none"