blob: 09b484ca5f7b340b10cbd024aecd1ad6ee9cc9e2 [file] [log] [blame]
{
"name": "WiremockClient",
"version": "0.3.0",
"summary": "An HTTP client for iOS projects that allows users to modify the state of a standalone Wiremock instance",
"description": "WiremockClient is a tool for iOS projects that allows users to modify the state of a standalone Wiremock instance from within an XCTestCase.",
"homepage": "https://github.com/trothrock/WiremockClient.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ted Rothrock": "ted.rothrock@mobileforming.com"
},
"source": {
"git": "https://github.com/trothrock/WiremockClient.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source_files": "WiremockClient/Classes/**/*",
"pushed_with_swift_version": "3.0",
"deprecated": true
}