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 "Matyas Kriz": "m@tyas.cz",
10 "Tadeas Kriz": "tadeas@brightify.org",
11 "Filip Dolnik": "filip@brightify.org"
14 "git": "https://github.com/Brightify/Cuckoo.git",
22 "swift_versions": "5.0",
30 "prepare_command": "curl -Lo cuckoonator https://github.com/Brightify/Cuckoo/releases/download/2.0.5/cuckoonator\nchmod +x cuckoonator",
36 "pod_target_xcconfig": {
37 "ENABLE_BITCODE": "NO",
38 "SWIFT_REFLECTION_METADATA_LEVEL": "none",
39 "OTHER_LDFLAGS": "$(inherited) -weak-lXCTestSwiftSupport"
41 "default_subspecs": "Swift",
45 "source_files": "Source/**/*.swift"
49 "source_files": "OCMock/**/*.{h,m,swift}",
60 "swift_version": "5.0"