blob: 08441f404292fc36be7d8bf946ac7ad78d82b43b [file] [log] [blame]
{
"name": "Cuckoo",
"version": "1.3.0",
"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": "1.3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"swift_versions": "5.0",
"preserve_paths": [
"Generator/**/*",
"run",
"build_generator",
"cuckoo_generator"
],
"prepare_command": "curl -Lo cuckoo_generator https://github.com/Brightify/Cuckoo/releases/download/1.3.0/cuckoo_generator\nchmod +x cuckoo_generator",
"frameworks": [
"XCTest",
"Foundation"
],
"requires_arc": true,
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"SWIFT_REFLECTION_METADATA_LEVEL": "none"
},
"default_subspecs": "Swift",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift-$(SWIFT_VERSION)/$(PLATFORM_NAME) $(inherited)"
},
"subspecs": [
{
"name": "Swift",
"source_files": "Source/**/*.swift"
},
{
"name": "OCMock",
"source_files": "OCMock/**/*.{h,m,swift}",
"dependencies": {
"Cuckoo/Swift": [
],
"OCMock": [
"3.4.3"
]
}
}
],
"swift_version": "5.0"
}