[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 1 / b / TimelaneCombine / 1.0.6 / TimelaneCombine.podspec.json
blob8d5b31e2c14f509b922d2feb7ffe7f17f90edca9
2   "name": "TimelaneCombine",
3   "version": "1.0.6",
4   "summary": "TimelaneCombine provides a Combine bindings for profiling Combine code with the Timelane Instrument.",
5   "description": "TimelaneCombine provides a Combine bindings for profiling Reactive code with the Timelane Instrument.",
6   "homepage": "https://github.com/icanzilb/TimelaneCombine",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marin Todorov": "touch-code-magazine@underplot.com"
13   },
14   "source": {
15     "git": "https://github.com/icanzilb/TimelaneCombine.git",
16     "tag": "1.0.6"
17   },
18   "social_media_url": "https://twitter.com/icanzilb",
19   "source_files": "Sources/**/*.swift",
20   "swift_versions": [
21     "5.0"
22   ],
23   "requires_arc": true,
24   "platforms": {
25     "ios": "13.0",
26     "osx": "10.15",
27     "watchos": "6.0",
28     "tvos": "13.0"
29   },
30   "frameworks": [
31     "Foundation",
32     "Combine"
33   ],
34   "dependencies": {
35     "TimelaneCore": [
36       "~> 1"
37     ]
38   },
39   "swift_version": "5.0"