[Add] MapboxCommon 24.10.0-daily-2025-01-05-04-25
[CocoaPods.git] / Specs / f / 7 / c / PactConsumerSwift / 0.1.3 / PactConsumerSwift.podspec.json
blobc705a450986704f53b0dcbd456be7ac262e6f0ed
2   "name": "PactConsumerSwift",
3   "version": "0.1.3",
4   "summary": "A Swift / ObjeciveC DSL for creating pacts.",
5   "license": {
6     "type": "MIT"
7   },
8   "description": "                   This codebase provides a iOS DSL for creating pacts. If you are new to Pact, please read the Pact README first.\n\n                   This DSL relies on the Ruby pact-mock_service gem to provide the mock service for the iOS tests.\n",
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.1.3"
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       "~> 1.2"
34     ],
35     "BrightFutures": [
36       "~> 1.0"
37     ]
38   }