| { |
| "name": "Mockery", |
| "version": "0.1.0", |
| "summary": "Mockery is a mocking library for Swift.", |
| "description": "Mockery contains mocking utilities for Swift.", |
| "homepage": "https://github.com/danielsaidi/Mockery", |
| "license": { |
| "type": "NONE", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Daniel Saidi": "daniel.saidi@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/danielsaidi/Mockery.git", |
| "tag": "0.1.0" |
| }, |
| "swift_versions": "5.1", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "Sources/Mockery/**/*.swift", |
| "swift_version": "5.1" |
| } |