4 "summary": "Mocka is an Objective-C mocking library designed after mockito.",
5 "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",
6 "homepage": "https://github.com/frenetisch-applaudierend/mocka",
12 "Markus Gasser": "markus.gasser@konoma.ch"
19 "git": "https://github.com/frenetisch-applaudierend/mocka.git",
22 "source_files": "Sources",
24 "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"