blob: 0b02d6a4bc228d568c85020803f5fc8cf72f96bd [file] [log] [blame]
{
"name": "Sprout",
"version": "1.3",
"summary": "Used to bootstrap the CocoaLumberjack logging framework.",
"description": "\t\tUsed to bootstrap the CocoaLumberjack logging framework and add additional functionality such as Custom Loggers and log archiving.\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": "1.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Sprout/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"CocoaLumberjack": [
"~> 1.8"
],
"SSZipArchive": [
"~> 0.3.1"
]
}
}