[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / d / 1 / XCTest-Gherkin / 0.14.1 / XCTest-Gherkin.podspec.json
blob35d01a3af9895112684868cc6dc1e3461085e39c
2   "name": "XCTest-Gherkin",
3   "version": "0.14.1",
4   "summary": "Gherkin style tests",
5   "description": "Adds Gherkin syntax to XCTestCase",
6   "homepage": "https://github.com/net-a-porter-mobile/XCTest-Gherkin",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sam Dean": "deanWombourne@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/net-a-porter-mobile/XCTest-Gherkin.git",
16     "tag": "0.14.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10.0"
21   },
22   "requires_arc": true,
23   "swift_version": "4.1",
24   "default_subspecs": "Core",
25   "pod_target_xcconfig": {
26     "ENABLE_BITCODE": "NO"
27   },
28   "frameworks": "XCTest",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Pod/Core/**/*"
33     },
34     {
35       "name": "Native",
36       "source_files": "Pod/Native/**/*",
37       "dependencies": {
38         "XCTest-Gherkin/Core": [
40         ]
41       }
42     }
43   ]