We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 912d333 + 96e49a5 commit b72d2c0Copy full SHA for b72d2c0
Log4Cocoa.podspec
@@ -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