[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / f / 7 / c / PactConsumerSwift / 0.3.0 / PactConsumerSwift.podspec.json
blob71708cb5327f31b930734f4532674ab42319afb8
2   "name": "PactConsumerSwift",
3   "version": "0.3.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     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/DiUS/pact-consumer-swift.git",
19     "tag": "v0.3.0"
20   },
21   "source_files": "PactConsumerSwift/**/*.swift",
22   "resources": [
23     "scripts/start_server.sh",
24     "scripts/stop_server.sh"
25   ],
26   "requires_arc": true,
27   "frameworks": [
28     "Foundation",
29     "UIKit",
30     "XCTest"
31   ],
32   "dependencies": {
33     "Alamofire": [
34       "~> 3.4"
35     ],
36     "BrightFutures": [
37       "~> 4.0"
38     ],
39     "Nimble": [
40       "~> 4.1"
41     ]
42   }