[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / 7 / c / PactConsumerSwift / 0.6.0 / PactConsumerSwift.podspec.json
blob33148019c5c18967b4eeaae20fceaffd243d35e9
2   "name": "PactConsumerSwift",
3   "module_name": "PactConsumerSwift",
4   "version": "0.6.0",
5   "summary": "A Swift / ObjeciveC DSL for creating pacts.",
6   "license": {
7     "type": "MIT"
8   },
9   "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).",
10   "homepage": "https://github.com/DiUS/pact-consumer-swift",
11   "authors": {
12     "andrewspinks": "andrewspinks@gmail.com",
13     "markojustinek": "mjustinek@dius.com.au"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "tvos": "9.0",
18     "osx": "10.10"
19   },
20   "source": {
21     "git": "https://github.com/DiUS/pact-consumer-swift.git",
22     "tag": "v0.6.0"
23   },
24   "source_files": "Sources/**/*.swift",
25   "resources": [
26     "scripts/start_server.sh",
27     "scripts/stop_server.sh"
28   ],
29   "requires_arc": true,
30   "frameworks": "XCTest",
31   "pod_target_xcconfig": {
32     "ENABLE_BITCODE": "NO"
33   },
34   "dependencies": {
35     "BrightFutures": [
36       "~> 7.0"
37     ],
38     "Nimble": [
39       "~> 8.0"
40     ]
41   }