blob: f9b642b4d05ba4ac9b4f501d7f987f248788fa5d [file] [log] [blame]
{
"name": "Taps",
"version": "0.1.0",
"summary": "Taps is a lightweight Unit Test library optimized for asynchronous code and generating TAP13 compatible output.",
"description": "Taps is a lightweight Unit Test library optimized for asynchronous code.\n * As the generated output is TAP13 compatible, you can easily customize it yourself.\n * Taps has been implemented using RxSwift and therefore you can easily test your own Observables with ease.\n * You can either use Taps integrated TapsHarness or you can use the pod TestHarness to customize the output.",
"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.1.0"
},
"source_files": "Sources/Taps/**/*.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"
],
"TestHarness": [
"0.0.1"
]
},
"pushed_with_swift_version": "3.0"
}