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