blob: e70498fda63167dfea9e4dd5737b10c4742fc744 [file] [log] [blame]
{
"name": "HydrogenLog",
"version": "0.1.0",
"summary": "Lighting Fast Logging Framework for iOS",
"description": "Lighting Logging framework for iOS, tvOS and watchOS. Provide a faster way to logging for your app.",
"homepage": "https://github.com/malcommac/Hydrogen",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "hello@danielemargutti.com"
},
"social_media_url": "https://twitter.com/danielemargutti",
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/malcommac/Hydrogen.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_version": "4.2"
}