Skip to content

Commit

Permalink
[Add] Sprout 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
levigroker authored and CocoaPodsBot committed Aug 5, 2016
1 parent ae0203a commit 1085cd8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Specs/Sprout/2.2/Sprout.podspec.json
@@ -0,0 +1,28 @@
{
"name": "Sprout",
"version": "2.2",
"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"
},
"source_files": "Sprout/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.9"
},
"dependencies": {
"CocoaLumberjack": [
"~> 1.9"
]
}
}

0 comments on commit 1085cd8

Please sign in to comment.