blob: f23d57c5a1875cb4e1da34467155f74ee19ed0d8 [file] [log] [blame]
{
"name": "RemoteLoggingKit",
"version": "0.0.5",
"summary": "RemoteLoggingKit is a print log in the web page framework for iOS,macOS and tvOS.",
"homepage": "https://github.com/E13Lau/RemoteLogging",
"license": "MIT",
"authors": "e13lau",
"module_name": "RemoteLogging",
"source": {
"git": "https://github.com/E13Lau/RemoteLogging.git",
"tag": "0.0.5"
},
"source_files": "Sources/RemoteLogging/**/*.swift",
"swift_versions": "5.0",
"resource_bundles": {
"RemoteLogging_RemoteLogging": [
"Sources/RemoteLogging/Resources/**/*"
]
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0"
},
"dependencies": {
"Telegraph": [
"~> 0.28"
],
"Logging": [
"~> 1.4.0"
]
},
"swift_version": "5.0"
}