Skip to content

Commit b72d2c0

Browse files
committed
Merge pull request #2 from stuffmc/master
Adding CocoaPod Support
2 parents 912d333 + 96e49a5 commit b72d2c0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Log4Cocoa.podspec

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Pod::Spec.new do |s|
2+
s.name = "Log4Cocoa"
3+
s.version = "0.0.1"
4+
s.summary = "Log4j port for iOS and Mac OS X."
5+
s.homepage = "https://github.com/endSly/Log4Cocoa"
6+
s.license = 'All rights reserved.'
7+
s.author = { "StuFF mc" => "[email protected]", "Endika Gutiérrez Salas" => "", "Timothy Reaves" => "", "Bob Frank" => "", "Michael James" => "" }
8+
s.source = { :git => "https://github.com/endSly/Log4Cocoa.git", :tag => s.version.to_s }
9+
s.source_files = 'Log4Cocoa', 'Log4Cocoa/**/*.{h,m}'
10+
s.requires_arc = false
11+
end

0 commit comments

Comments
 (0)