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