[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 6 / e / 7 / Mocka / 0.7.1 / Mocka.podspec.json
blob628274f01c1127c4115a78e3e5e2a9ec371e5b63
2   "name": "Mocka",
3   "version": "0.7.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Markus Gasser": "markus.gasser@konoma.ch"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/frenetisch-applaudierend/mocka.git",
20     "tag": "0.7.1"
21   },
22   "source_files": "Sources",
23   "xcconfig": {
24     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
25   },
26   "frameworks": [
27     "Foundation",
28     "XCTest"
29   ],
30   "requires_arc": true