blob: 57a3323f2f7376a343fab3e7a92cd35f9d180525 [file] [log] [blame]
{
"name": "PactConsumerSwift",
"module_name": "PactConsumerSwift",
"version": "0.5.3",
"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.3"
},
"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": [
"~> 7.3"
],
"Quick": [
"~> 1.3"
]
}
}