blob: 74ba26e03ff6ca8d1a28f9fd607fd1864c26f8e6 [file] [log] [blame]
{
"name": "JBLog",
"version": "0.1.1",
"summary": "JBLog is a library that provides log output for debugging in Swift projects.",
"homepage": "https://github.com/bokjaeo/JBLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bok Jaeo": "snail.bok@gmail.com"
},
"social_media_url": "https://twitter.com/bokjaeo",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/bokjaeo/JBLog.git",
"tag": "0.1.1"
},
"source_files": "JBLog/**/*.swift"
}