[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 7 / c / PactConsumerSwift / 0.4.2 / PactConsumerSwift.podspec.json
blob4c80b0394bba4b9b9274ba624271251129d21cf8
2   "name": "PactConsumerSwift",
3   "version": "0.4.2",
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": "9.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/DiUS/pact-consumer-swift.git",
19     "tag": "v0.4.2"
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       "~> 4.4"
35     ],
36     "BrightFutures": [
37       "~> 5.1"
38     ],
39     "Nimble": [
40       "~> 7.0"
41     ]
42   },
43   "pushed_with_swift_version": "3.0"