Skip to content

Commit

Permalink
[Add] Sprout 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
levigroker authored and CocoaPodsBot committed Oct 17, 2014
1 parent cc75c56 commit 1552679
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Specs/Sprout/2.0.4/Sprout.podspec.json
@@ -0,0 +1,30 @@
{
"name": "Sprout",
"version": "2.0.4",
"summary": "Bootstrap the CocoaLumberjack logging framework.",
"description": "\t\tBootstrap the CocoaLumberjack logging framework and add additional functionality such as Custom Loggers, log archiving, crash stack traces, and more.\n",
"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": "2.0.4"
},
"platforms": {
"ios": "5.0",
"osx": "10.9"
},
"source_files": "Sprout/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"CocoaLumberjack": [
"~> 1.8"
],
"SSZipArchive": [
"~> 0.3.1"
]
}
}

0 comments on commit 1552679

Please sign in to comment.