blob: a82d840f9a4faf903462f63224e8d2ca2f1d0ff1 [file] [log] [blame]
{
"name": "PactConsumerSwift",
"version": "0.1.5",
"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\nThis DSL relies on the Ruby pact-mock_service gem to provide the mock service for the iOS tests.",
"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.5"
},
"source_files": "PactConsumerSwift/**/*.swift",
"resources": [
"scripts/start_server.sh",
"scripts/stop_server.sh"
],
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"XCTest"
],
"dependencies": {
"Alamofire": [
"~> 3.1"
],
"BrightFutures": [
"~> 3.2"
]
}
}