blob: 7d3bb7b43df450c3fff59d8795ddbf52c3d52fc7 [file] [log] [blame]
{
"name": "Sprout",
"version": "1.1",
"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.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Sprout/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"CocoaLumberjack": [
"~> 1.6"
],
"SSZipArchive": [
"~> 0.3.1"
]
}
}