blob: f28943bdc264a23f52ffae787b8baa654b278ccb [file] [log] [blame]
{
"name": "GliderHTTP",
"version": "0.0.1",
"summary": "HTTP Transport module for Glider logging library",
"homepage": "https://github.com/malcommac/Glider.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "hello@danielemargutti.com"
},
"social_media_url": "https://twitter.com/danielemargutti",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/malcommac/Glider.git",
"tag": "0.0.1"
},
"swift_versions": [
"5.0",
"5.1",
"5.3",
"5.4",
"5.5"
],
"frameworks": "UIKit",
"module_name": "GliderHTTP",
"source_files": "Transports/GliderHTTP/Sources/**/*",
"dependencies": {
"Glider": [
"0.0.1"
]
},
"swift_version": "5.5"
}