| { |
| "name": "Papuga", |
| "version": "0.2.5", |
| "license": { |
| "type": "MIT" |
| }, |
| "homepage": "https://github.com/HLTech/Papuga", |
| "authors": { |
| "Kamil Wyszomierski": "kamil.wyszomierski@gmail.com" |
| }, |
| "summary": "Mocking framework for unit tests which brings experience similar to \"Mockito\".", |
| "source": { |
| "git": "https://github.com/HLTech/Papuga.git", |
| "tag": "0.2.5" |
| }, |
| "source_files": "Papuga/Source/**/*", |
| "swift_version": "4.2", |
| "frameworks": "XCTest", |
| "platforms": { |
| "ios": "9.3" |
| }, |
| "resources": "Templates/*", |
| "dependencies": { |
| "Sourcery": [ |
| |
| ] |
| } |
| } |