Skip to content

Instantly share code, notes, and snippets.

@stuffmc
Last active December 19, 2015 19:09
Show Gist options
  • Save stuffmc/6003816 to your computer and use it in GitHub Desktop.
Save stuffmc/6003816 to your computer and use it in GitHub Desktop.
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 = { "Manuel 'StuFF mc' Carrasco Molina" => "[email protected]", "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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment