From 1552679a106e694ca5b6a5735280d31b4c8c082c Mon Sep 17 00:00:00 2001 From: Levi Brown Date: Fri, 17 Oct 2014 19:49:48 +0100 Subject: [PATCH] [Add] Sprout 2.0.4 --- Specs/Sprout/2.0.4/Sprout.podspec.json | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Specs/Sprout/2.0.4/Sprout.podspec.json diff --git a/Specs/Sprout/2.0.4/Sprout.podspec.json b/Specs/Sprout/2.0.4/Sprout.podspec.json new file mode 100644 index 00000000000000..c644fd0de8547b --- /dev/null +++ b/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" + ] + } +} \ No newline at end of file