blob: 7c1f3ec36bfd82d72cf68aaaed6960d6fb359c5e [file] [log] [blame]
{
"name": "QuickELogger",
"version": "0.0.1",
"summary": "A quick and simple way to log JSON log messages to disk in your iPhone or iPad app",
"homepage": "https://github.com/rbaumbach/Quick-E-Logger",
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"authors": {
"Ryan Baumbach": "github@ryan.codes"
},
"source": {
"git": "https://github.com/rbaumbach/Quick-E-Logger.git",
"tag": "0.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source_files": "QuickELogger/Source/**/*.{swift}",
"swift_versions": "5.1",
"swift_version": "5.1"
}