blob: 48f368fb9ca200873ec7ff82c62f7ac3396bdb9a [file] [log] [blame]
{
"name": "Cuckoo",
"version": "0.11.1",
"summary": "Cuckoo - first boilerplate-free Swift mocking framework.",
"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.",
"homepage": "https://github.com/Brightify/Cuckoo",
"license": "MIT",
"authors": {
"Tadeas Kriz": "tadeas@brightify.org",
"Filip Dolnik": "filip@brightify.org",
"Adriaan (Arjan) Duijzer": "arjan@nxtstep.nl"
},
"source": {
"git": "https://github.com/Brightify/Cuckoo.git",
"tag": "0.11.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": [
"Source/**/*.swift"
],
"preserve_paths": [
"Generator/**/*",
"run",
"build_generator"
],
"prepare_command": "curl -Lo cuckoo_generator https://github.com/Brightify/Cuckoo/releases/download/0.11.1/cuckoo_generator\nchmod +x cuckoo_generator",
"frameworks": [
"XCTest",
"Foundation"
],
"requires_arc": true,
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"SWIFT_REFLECTION_METADATA_LEVEL": "none"
}
}