[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 2 / 1 / 0 / Ploughman / 0.1.1 / Ploughman.podspec.json
blobd6436ffd105f4b33c93e2aab309bc05f6ca933b0
2   "name": "Ploughman",
3   "version": "0.1.1",
4   "summary": "Swift runner for the Gherkin language",
5   "homepage": "https://github.com/kylef",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kyle Fuller": "kyle@fuller.li"
12   },
13   "social_media_url": "http://twitter.com/kylefuller",
14   "source": {
15     "git": "https://github.com/kylef/Ploughman.git",
16     "tag": "0.1.1"
17   },
18   "source_files": "Ploughman/*.swift",
19   "platforms": {
20     "osx": "10.9"
21   },
22   "dependencies": {
23     "PathKit": [
24       "~> 0.5.0"
25     ],
26     "Commander": [
27       "~> 0.2.2"
28     ]
29   },
30   "test_specification": {
31     "source_files": "PloughmanSpec/*.swift",
32     "dependencies": {
33       "Spectre": [
34         "~> 0.5.0"
35       ]
36     }
37   }