blob: 5ef9b44f2cc73a19666c606753cbd1459ede04b8 [file] [log] [blame]
{
"name": "WiremockClient",
"version": "1.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": "http://mobileforming.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ted Rothrock": "ted.rothrock@mobileforming.com"
},
"source": {
"git": "https://github.com/mobileforming/WiremockClient.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "WiremockClient/Classes/**/*",
"pushed_with_swift_version": "echo \"3.0\" > .swift-version"
}