Skip to content

Commit

Permalink
v1.3.2 removed DEBUG xcconfig in pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
honghaoz committed Apr 24, 2016
1 parent ce99a73 commit 0b02945
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Loggerithm.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Loggerithm"
s.version = "1.3.1"
s.version = "1.3.2"
s.summary = "A lightweight Swift logger."
s.description = <<-DESC
Loggerithm - A lightweight Swift logger, uses `println` in Debug and `NSLog` in Production with colourful output.
Expand All @@ -26,7 +26,6 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.9"
s.requires_arc = true

# s.xcconfig = { 'OTHER_SWIFT_FLAGS' => '-D DEBUG' }
s.source_files = 'Source/*.swift'
s.ios.frameworks = 'UIKit'
s.osx.frameworks = 'Cocoa'
Expand Down

0 comments on commit 0b02945

Please sign in to comment.