blob: cf96018274d74ccd34972a1a316909397352fb73 [file] [log] [blame]
{
"name": "SwiftyOSLog",
"version": "1.0",
"summary": "A lightweight and easy to use wrapper on top of os_log.",
"homepage": "https://github.com/NikolaySohryakov/SwiftyOSLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nikolay Sokhryakov": "Nikolay.Sohryakov@gmail.com"
},
"social_media_url": "http://twitter.com/nsohryakov",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/NikolaySohryakov/SwiftyOSLog.git",
"tag": "1.0"
},
"source_files": "SwiftyOSLog/**/*.{swift}",
"requires_arc": true,
"swift_version": "4.2"
}