blob: 73a1634e32f0ddfbc90d6a9a7602b41f123e6000 [file] [log] [blame]
{
"name": "Cuckoo",
"version": "0.10.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.10.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": [
"Source/**/*.swift"
],
"preserve_paths": [
"Generator/**/*",
"run",
"build_generator"
],
"prepare_command": "git submodule update --init --recursive\n./build_generator",
"frameworks": [
"XCTest",
"Foundation"
],
"requires_arc": true,
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"SWIFT_REFLECTION_METADATA_LEVEL": "none"
},
"pushed_with_swift_version": "3.0"
}