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",
22 "swift_versions": "5.0",
29 "prepare_command": "curl -Lo cuckoo_generator https://github.com/Brightify/Cuckoo/releases/download/1.3.1/cuckoo_generator\nchmod +x cuckoo_generator",
35 "pod_target_xcconfig": {
36 "ENABLE_BITCODE": "NO",
37 "SWIFT_REFLECTION_METADATA_LEVEL": "none"
39 "default_subspecs": "Swift",
41 "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift-$(SWIFT_VERSION)/$(PLATFORM_NAME) $(inherited)"
46 "source_files": "Source/**/*.swift"
50 "source_files": "OCMock/**/*.{h,m,swift}",
61 "swift_version": "5.0"