blob: 7454645815952b394b49c8763f7780f5dd1f7b45 [file] [log] [blame]
{
"name": "Mocka",
"version": "0.7.0",
"summary": "Mocka is an Objective-C mocking library designed after mockito.",
"description": " Mocka is an Objective-C mocking library designed after mockito.\n The goal is to provide a powerful yet simple and readable way to\n isolate your objects and testing messages between objects.\n \n Features include:\n * Use first, verify later – Use a natural flow when mocking\n and verifying interaction\n * Readable syntax - Mocka syntax is focused on being readable\n and understandable, even if you never used it before.\n * Easy to refactor - Mocka makes Xcode’s life as easy as possible\n when it comes to refactoring, particularly renaming methods\n * Support for spies - Spy method invocations on existing objects\n * Mock network calls - If you have the OHHTTPStubs library\n available you can use mocka syntax to verify network calls\n",
"homepage": "https://github.com/frenetisch-applaudierend/mocka",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Markus Gasser": "markus.gasser@konoma.ch"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/frenetisch-applaudierend/mocka.git",
"tag": "0.7.0"
},
"source_files": "Sources",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"frameworks": [
"Foundation",
"XCTest"
],
"requires_arc": true
}