blob: 645a782257b666eff17e4df370fddc720ce4541a [file] [log] [blame]
{
"name": "Sprout",
"version": "2.0.9",
"summary": "Bootstrap the CocoaLumberjack logging framework.",
"description": "Bootstrap the CocoaLumberjack logging framework and add additional functionality such as Custom Loggers, log archiving, crash stack traces, and more.",
"homepage": "https://github.com/levigroker/Sprout",
"license": "Creative Commons Attribution 3.0 Unported License",
"authors": {
"Levi Brown": "levigroker@gmail.com"
},
"social_media_url": "https://twitter.com/levigroker",
"source": {
"git": "https://github.com/levigroker/Sprout.git",
"tag": "2.0.9"
},
"source_files": "Sprout/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.9"
},
"dependencies": {
"CocoaLumberjack": [
"~> 1.9"
],
"SSZipArchive": [
"~> 0.3.2"
]
}
}