[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / d / 1 / XCTest-Gherkin / 0.2.0 / XCTest-Gherkin.podspec.json
blob5a24a049f6a18ae30bf9e7c952ee214e0d2e0124
2   "name": "XCTest-Gherkin",
3   "version": "0.2.0",
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": "sam.dean@net-a-porter.com"
13   },
14   "source": {
15     "git": "https://github.com/net-a-porter-mobile/XCTest-Gherkin.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "frameworks": "XCTest",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Pod/Core/**/*"
28     },
29     {
30       "name": "Native",
31       "source_files": "Pod/Native/**/*",
32       "dependencies": {
33         "XCTest-Gherkin/Core": [
35         ]
36       }
37     }
38   ]