[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 9 / d / LoggerAPI / 2.0.0 / LoggerAPI.podspec.json
blobe624ceb1bca83db300afac55dfd8e20fab081c94
2   "name": "LoggerAPI",
3   "version": "2.0.0",
4   "summary": "A logger protocol that provides a common logging interface for different kinds of loggers.",
5   "homepage": "https://github.com/Kitura/LoggerAPI",
6   "license": {
7     "type": "Apache License, Version 2.0"
8   },
9   "authors": "IBM and the Kitura project authors",
10   "module_name": "LoggerAPI",
11   "swift_versions": "5.1",
12   "platforms": {
13     "osx": "10.11",
14     "ios": "10.0",
15     "tvos": "9.1",
16     "watchos": "2.0"
17   },
18   "source": {
19     "git": "https://github.com/Kitura/LoggerAPI.git",
20     "tag": "2.0.0"
21   },
22   "source_files": "Sources/**/*.swift",
23   "dependencies": {
24     "Logging": [
25       "~> 1.1"
26     ]
27   },
28   "swift_version": "5.1"