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",
30 "prepare_command": "curl -Lo cuckoo_generator `curl \"https://api.github.com/repos/Brightify/Cuckoo/releases/tags/0.11.0\" | grep -oe '\"browser_download_url\": *\"[^\" ]*\"' | grep -oe 'http[^\" ]*' | grep cuckoo_generator | head -1`",
36 "pod_target_xcconfig": {
37 "ENABLE_BITCODE": "NO",
38 "SWIFT_REFLECTION_METADATA_LEVEL": "none"