blob: a04d86ffc9ae13befa0fa4b4049bb5d81a60e39f [file] [log] [blame]
{
"name": "Sprout",
"version": "3.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 4.0 International License",
"authors": {
"Levi Brown": "levigroker@gmail.com"
},
"social_media_url": "https://twitter.com/levigroker",
"source": {
"git": "https://github.com/levigroker/Sprout.git",
"tag": "3.1"
},
"requires_arc": true,
"source_files": "Sprout/*.{h,m}",
"public_header_files": "Sprout/*.h",
"frameworks": "Foundation",
"dependencies": {
"CocoaLumberjack": [
"~> 3.1"
]
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
}
}