Skip to content

Commit

Permalink
Update LibComponentLogging-NSLogger to include a dependency to LibCom…
Browse files Browse the repository at this point in the history
…ponentLogging-Core
  • Loading branch information
aharren committed Apr 8, 2012
1 parent dc8414e commit 851ed2f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source_files = 'LCLNSLogger*.{h,m}'
s.header_dir = 'LibComponentLogging'

#s.dependency 'LibComponentLogging-Core', '>= 1.1.6'
s.dependency 'LibComponentLogging-Core', '>= 1.1.6'
s.dependency 'NSLogger'

def s.post_install(target)
Expand Down

0 comments on commit 851ed2f

Please sign in to comment.