blob: fe214ed39e26f732ea21dc7f89eca9f92b0c3871 [file] [log] [blame]
{
"name": "Sprout",
"version": "2.2.1",
"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.2.1"
},
"source_files": "Sprout/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.9"
},
"dependencies": {
"CocoaLumberjack": [
"~> 1.9"
]
}
}