blob: c50e8e187af1dcabfc335d6b5ca9c5f4bea62fc6 [file] [log] [blame]
{
"name": "QuickELogger",
"version": "0.3.0",
"summary": "A quick and simple way to log messages to disk on 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.3.0"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source_files": "QuickELogger/Source/**/*.{swift}",
"swift_versions": "5.1",
"dependencies": {
"Capsule": [
"0.0.9"
],
"Utensils": [
"0.0.5"
]
},
"swift_version": "5.1"
}