blob: 4d93ae168e080d0081a15b9caa5b0f925cabb6c9 [file] [log] [blame]
{
"name": "PactConsumerSwift",
"module_name": "PactConsumerSwift",
"version": "0.5.4",
"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.5.4"
},
"source_files": "Sources/**/*.swift",
"resources": [
"scripts/start_server.sh",
"scripts/stop_server.sh"
],
"requires_arc": true,
"frameworks": "XCTest",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"BrightFutures": [
"~> 7.0"
],
"Nimble": [
"~> 8.0"
],
"Quick": [
"~> 2.0"
]
}
}