blob: 5db09f387e73bd3ea07a6a9e28026d08ad0271e9 [file] [log] [blame]
{
"name": "Cuckoo",
"version": "0.1.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/SwiftKit/Cuckoo",
"license": "MIT",
"authors": {
"Tadeas Kriz": "tadeas@brightify.org"
},
"source": {
"git": "https://github.com/SwiftKit/Cuckoo.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "Source/**/*.swift",
"frameworks": [
"XCTest",
"Foundation"
],
"requires_arc": true,
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}