blob: c705a450986704f53b0dcbd456be7ac262e6f0ed [file] [log] [blame]
{
"name": "PactConsumerSwift",
"version": "0.1.3",
"summary": "A Swift / ObjeciveC DSL for creating pacts.",
"license": {
"type": "MIT"
},
"description": " This codebase provides a iOS DSL for creating pacts. If you are new to Pact, please read the Pact README first.\n\n This DSL relies on the Ruby pact-mock_service gem to provide the mock service for the iOS tests.\n",
"homepage": "https://github.com/DiUS/pact-consumer-swift",
"authors": {
"andrewspinks": "andrewspinks@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/DiUS/pact-consumer-swift.git",
"tag": "v0.1.3"
},
"source_files": "PactConsumerSwift/**/*.swift",
"resources": [
"scripts/start_server.sh",
"scripts/stop_server.sh"
],
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"XCTest"
],
"dependencies": {
"Alamofire": [
"~> 1.2"
],
"BrightFutures": [
"~> 1.0"
]
}
}