blob: 44d307be187fd5660f1b93258a75afb14213b11e [file] [log] [blame]
{
"name": "PactConsumerSwift",
"module_name": "PactConsumerSwift",
"version": "0.9.0",
"summary": "A Swift / ObjeciveC DSL for creating pacts.",
"license": {
"type": "MIT"
},
"description": "This library provides a Swift / Objective C DSL for creating Consumer [Pacts](http://pact.io).\n\nImplements [Pact Specification v2](https://github.com/pact-foundation/pact-specification/tree/version-2),\nincluding [flexible matching](http://docs.pact.io/documentation/matching.html).",
"homepage": "https://github.com/DiUS/pact-consumer-swift",
"authors": {
"andrewspinks": "andrewspinks@gmail.com",
"markojustinek": "mjustinek@dius.com.au"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/DiUS/pact-consumer-swift.git",
"tag": "v0.9.0"
},
"source_files": "Sources/**/*.swift",
"resources": [
"scripts/start_server.sh",
"scripts/stop_server.sh"
],
"requires_arc": true,
"frameworks": "XCTest",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"dependencies": {
"Nimble": [
"~> 8.0"
]
},
"swift_versions": [
"4.2",
"5.0"
],
"swift_version": "5.0"
}