blob: 6a0dcb0bd3cab1dd24e3bb568127ded9218d3011 [file] [log] [blame]
{
"name": "PactConsumerSwift",
"version": "0.2.1",
"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"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/DiUS/pact-consumer-swift.git",
"tag": "v0.2.1"
},
"source_files": "PactConsumerSwift/**/*.swift",
"resources": [
"scripts/start_server.sh",
"scripts/stop_server.sh"
],
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"XCTest"
],
"dependencies": {
"Alamofire": [
"~> 3.4"
],
"BrightFutures": [
"~> 4.0"
]
}
}