From 96e49a526c6c2388a187b049d11bee9d0c33bb3e Mon Sep 17 00:00:00 2001 From: StuFF mc Date: Mon, 15 Jul 2013 23:37:13 +0200 Subject: [PATCH] Release 0.0.1. --- Log4Cocoa.podspec | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Log4Cocoa.podspec diff --git a/Log4Cocoa.podspec b/Log4Cocoa.podspec new file mode 100644 index 0000000..bdde3ed --- /dev/null +++ b/Log4Cocoa.podspec @@ -0,0 +1,11 @@ +Pod::Spec.new do |s| + s.name = "Log4Cocoa" + s.version = "0.0.1" + s.summary = "Log4j port for iOS and Mac OS X." + s.homepage = "https://github.com/endSly/Log4Cocoa" + s.license = 'All rights reserved.' + s.author = { "StuFF mc" => "mc@stuffmc.com", "Endika GutiƩrrez Salas" => "", "Timothy Reaves" => "", "Bob Frank" => "", "Michael James" => "" } + s.source = { :git => "https://github.com/endSly/Log4Cocoa.git", :tag => s.version.to_s } + s.source_files = 'Log4Cocoa', 'Log4Cocoa/**/*.{h,m}' + s.requires_arc = false +end