blob: d934f3c41fdebe6becb7f68cc0184f993d68ec1b [file] [log] [blame]
{
"name": "WiremockClient",
"version": "2.0.0",
"summary": "An HTTP client for Wiremock standalone instances",
"description": "WiremockClient is an HTTP client that allows users to interact with a standalone Wiremock instance from within an Xcode project.",
"homepage": "https://github.com/mobileforming/WiremockClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ted Rothrock": "ted.rothrock@mobileforming.com"
},
"source": {
"git": "https://github.com/mobileforming/WiremockClient.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"swift_versions": [
"4.0",
"5.0"
],
"source_files": "Sources/**/*",
"swift_version": "5.0"
}