Last active
December 19, 2015 19:09
-
-
Save stuffmc/6003816 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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