[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / 4 / 1 / RoutableLogger / 11.0.0 / RoutableLogger.podspec.json
blobea0a3a101a2e0d468d48b7f59fd69f7c4c8ca407
2   "name": "RoutableLogger",
3   "version": "11.0.0",
4   "summary": "Logger that allows logs redirection.",
5   "description": "Just helper framework that allows logs redirection. It is used in various frameworks and then routed to LogsManager system in the main application.",
6   "homepage": "https://github.com/APUtils/LogsManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anton Plebanovich": "anton.plebanovich@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/APUtils/LogsManager.git",
16     "tag": "11.0.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "swift_versions": [
25     "5.1"
26   ],
27   "frameworks": "Foundation",
28   "source_files": [
29     "LogsManager/RoutableLogger/**/*",
30     "LogsManager/Shared/**/*"
31   ],
32   "swift_version": "5.1"