blob: 597e4362d9c1e606fa116334ab9d4f6a8061569b [file] [log] [blame]
{
"name": "RxTimelane",
"version": "1.0.6",
"summary": "The RxSwift Timelane package",
"description": "The RxSwift logging package for the Timelane Instrument.",
"homepage": "https://github.com/icanzilb/RxTimelane",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marin Todorov": "touch-code-magazine@underplot.com"
},
"source": {
"git": "https://github.com/icanzilb/RxTimelane.git",
"tag": "1.0.6"
},
"social_media_url": "https://twitter.com/icanzilb",
"swift_versions": [
"5.0"
],
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 5.1"
],
"TimelaneCore": [
"~> 1.0"
]
},
"swift_version": "5.0"
}