[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / 9 / TestHarness / 0.0.1 / TestHarness.podspec.json
blob94cae076ee041c6cee36c3b88fd907d30b431ddd
2   "name": "TestHarness",
3   "version": "0.0.1",
4   "summary": "TestHarness serves a datastructure for TAP13 compatible output.",
5   "description": "TestHarness implements a data structure to represent TAP13 output and serves a simple printer for it.",
6   "homepage": "https://github.com/vknabel/Taps",
7   "license": "MIT",
8   "authors": {
9     "Valentin Knabel": "taps@vknabel.com"
10   },
11   "social_media_url": "https://twitter.com/vknabel",
12   "source": {
13     "git": "https://github.com/vknabel/Taps.git",
14     "tag": "0.0.1"
15   },
16   "source_files": "Sources/TestHarness/**/*.swift",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "3.0"
25   },
26   "dependencies": {
27     "RxSwift": [
28       "~>3.0"
29     ],
30     "RxBlocking": [
31       "~>3.0"
32     ]
33   },
34   "pushed_with_swift_version": "3.0"