[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / d / 1 / XCTest-Gherkin / 0.6.0 / XCTest-Gherkin.podspec.json
blob3dd2b79352a35e328f16af857122047fd08eb741
2   "name": "XCTest-Gherkin",
3   "version": "0.6.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.6.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "frameworks": "XCTest",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Pod/Core/**/*"
29     },
30     {
31       "name": "Native",
32       "source_files": "Pod/Native/**/*",
33       "dependencies": {
34         "XCTest-Gherkin/Core": [
36         ]
37       }
38     }
39   ]