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