blob: 74ec5e6336acb7a8e2a55a36ccaf0469ed563488 [file] [log] [blame]
{
"name": "CocoaLumberjill",
"version": "0.0.2",
"homepage": "https://github.com/Jaymon/CocoaLumberjill",
"source": {
"git": "https://github.com/Jaymon/CocoaLumberjill.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"license": "BSD",
"summary": "Light wrapper around CocoaLumberjack",
"authors": {
"Jay Marcyes": "jay@marcyes.com"
},
"description": "Light wrapper around CocoaLumberjack to make changing log levels and emailing logs easier",
"source_files": "CocoaLumberjill/*.{h,m}",
"requires_arc": true,
"dependencies": {
"CocoaLumberjack": [
]
}
}