Skip to content

Commit

Permalink
Merge pull request #2 from stuffmc/master
Browse files Browse the repository at this point in the history
Adding CocoaPod Support
  • Loading branch information
endSly committed Jul 16, 2013
2 parents 912d333 + 96e49a5 commit b72d2c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Log4Cocoa.podspec
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b72d2c0

Please sign in to comment.