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