Skip to content

Commit

Permalink
Tweaking 1.2 instead of creating 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blackgold9 committed Aug 29, 2012
1 parent d0e03f2 commit 9b23462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Pod::Spec.new do |s|
s.summary = 'Bridges NSLogger and CocoaLumberjack.'
s.homepage = 'https://github.com/steipete/NSLogger-CocoaLumberjack-connector'
s.author = { 'Peter Steinberger' => 'steipete@gmail.com' }
s.source = { :git => 'https://github.com/steipete/NSLogger-CocoaLumberjack-connector.git', :tag => '1.2' }
s.source = { :git => 'https://github.com/steipete/NSLogger-CocoaLumberjack-connector.git', :commit => '444fa49e9ff6b9ddbe03b3477ea4b544cb1783b5' }
s.description = 'This is a bridge for the projects http://github.com/robbiehanson/CocoaLumberjack (A general purpose super-fast logging framework) and http://github.com/fpillet/NSLogger (send logs to a client app via network).'
s.source_files = 'DDNSLoggerLogger.*'

s.dependency 'NSLogger'
s.dependency 'CocoaLumberjack'
end
end

0 comments on commit 9b23462

Please sign in to comment.