blob: 436270553863e5882f5833041cdb55f016cdb4f7 [file] [log] [blame]
{
"name": "QuickELogger",
"version": "0.1.0",
"summary": "A quick and simple way to 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.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source_files": "QuickELogger/Source/**/*.{swift}",
"swift_versions": "5.1",
"swift_version": "5.1"
}