blob: e30ea84305f29746378f3221e9a9469ff2c801ff [file] [log] [blame]
{
"name": "TimelaneCombine",
"version": "1.0.9",
"summary": "TimelaneCombine provides a Combine bindings for profiling Combine code with the Timelane Instrument.",
"description": "TimelaneCombine provides a Combine bindings for profiling Reactive code with the Timelane Instrument.",
"homepage": "https://github.com/icanzilb/TimelaneCombine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marin Todorov": "touch-code-magazine@underplot.com"
},
"source": {
"git": "https://github.com/icanzilb/TimelaneCombine.git",
"tag": "1.0.9"
},
"social_media_url": "https://twitter.com/icanzilb",
"source_files": "Sources/**/*.swift",
"swift_versions": [
"5.0"
],
"requires_arc": true,
"platforms": {
"ios": "13.0",
"osx": "10.15",
"watchos": "6.0",
"tvos": "13.0"
},
"frameworks": [
"Foundation",
"Combine"
],
"dependencies": {
"TimelaneCore": [
"~> 1"
]
},
"swift_version": "5.0"
}