[Add] iOS_wis 3.1.20
[CocoaPods.git] / Specs / f / 7 / c / PactConsumerSwift / 0.2.0 / PactConsumerSwift.podspec.json
blobdedb0c0f605b9cd014dce6962522fc3f0ab699f2
2   "name": "PactConsumerSwift",
3   "version": "0.2.0",
4   "summary": "A Swift / ObjeciveC DSL for creating pacts.",
5   "license": {
6     "type": "MIT"
7   },
8   "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).",
9   "homepage": "https://github.com/DiUS/pact-consumer-swift",
10   "authors": {
11     "andrewspinks": "andrewspinks@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/DiUS/pact-consumer-swift.git",
18     "tag": "v0.2.0"
19   },
20   "source_files": "PactConsumerSwift/**/*.swift",
21   "resources": [
22     "scripts/start_server.sh",
23     "scripts/stop_server.sh"
24   ],
25   "requires_arc": true,
26   "frameworks": [
27     "Foundation",
28     "UIKit",
29     "XCTest"
30   ],
31   "dependencies": {
32     "Alamofire": [
33       "~> 3.4"
34     ],
35     "BrightFutures": [
36       "~> 4.0"
37     ]
38   }