blob: c78c12037301586fdf7932a9aa01ec4898812614 [file] [log] [blame]
{
"name": "Sprout",
"version": "1.0",
"summary": "Used to bootstrap the CocoaLumberjack logging framework.",
"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.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Sprout/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"CocoaLumberjack": [
"~> 1.6"
],
"SSZipArchive": [
"~> 0.2.5"
]
}
}