[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / f / 7 / c / PactConsumerSwift / 0.1.5 / PactConsumerSwift.podspec.json
bloba82d840f9a4faf903462f63224e8d2ca2f1d0ff1
2   "name": "PactConsumerSwift",
3   "version": "0.1.5",
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\nThis DSL relies on the Ruby pact-mock_service gem to provide the mock service for the iOS tests.",
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.5"
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.1"
34     ],
35     "BrightFutures": [
36       "~> 3.2"
37     ]
38   }