blob: 53813ae79172fb083f6be7bce054a65a02c79e1f [file] [log] [blame]
{
"name": "WSLogger",
"version": "3.1.0",
"summary": "An iOS logger where it's possible to extend the log functionality",
"homepage": "https://github.com/whitesmith/WSLogger",
"license": "MIT",
"authors": {
"Ricardo Pereira": "m@ricardopereira.eu"
},
"source": {
"git": "https://github.com/whitesmith/WSLogger.git",
"tag": "3.1.0"
},
"social_media_url": "https://twitter.com/whitesmithco",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"source_files": [
"WSLogger/*.{h}",
"Source/**/*.{h,swift}"
],
"swift_version": "5.0"
}