blob: 65b6265d8a6434d63f9e1c5539c7a2babc34e933 [file] [log] [blame]
{
"name": "QuickELogger",
"version": "0.3.1",
"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.1"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source_files": "QuickELogger/Source/**/*.{swift}",
"swift_versions": "5.1",
"dependencies": {
"Capsule": [
"~> 0.0.12"
],
"Utensils": [
"~> 0.0.6"
]
},
"swift_version": "5.1"
}