[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 2 / 1 / 0 / Ploughman / 0.2.0 / Ploughman.podspec.json
blobbd43826ebcc1cca9828bc4f18f64350d4805f236
2   "name": "Ploughman",
3   "version": "0.2.0",
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.2.0"
17   },
18   "source_files": "Sources/*.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": "Tests/*.swift",
32     "dependencies": {
33       "Spectre": [
34         "~> 0.5.0"
35       ]
36     }
37   }