| { |
| "name": "TestHarness", |
| "version": "0.0.1", |
| "summary": "TestHarness serves a datastructure for TAP13 compatible output.", |
| "description": "TestHarness implements a data structure to represent TAP13 output and serves a simple printer for it.", |
| "homepage": "https://github.com/vknabel/Taps", |
| "license": "MIT", |
| "authors": { |
| "Valentin Knabel": "taps@vknabel.com" |
| }, |
| "social_media_url": "https://twitter.com/vknabel", |
| "source": { |
| "git": "https://github.com/vknabel/Taps.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "Sources/TestHarness/**/*.swift", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3.0" |
| }, |
| "dependencies": { |
| "RxSwift": [ |
| "~>3.0" |
| ], |
| "RxBlocking": [ |
| "~>3.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |