Skip to content

Commit

Permalink
update podspec to version 1.6.1
Browse files Browse the repository at this point in the history
to coincide with tagging version 1.6.1 which incorporates changes that remove dispatch_get_current_queue() warnings.
  • Loading branch information
BlackBears committed Feb 6, 2013
1 parent cce9f80 commit b5fbf2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CocoaLumberjack.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'CocoaLumberjack'
s.version = '1.6'
s.version = '1.6.1'
s.license = 'BSD'
s.summary = 'A fast & simple, yet powerful & flexible logging framework for Mac and iOS.'
s.homepage = 'https://github.com/robbiehanson/CocoaLumberjack'
s.author = { 'Robbie Hanson' => 'robbiehanson@deusty.com' }
s.source = { :git => 'https://github.com/robbiehanson/CocoaLumberjack.git',
:tag => '1.6' }
:tag => '1.6.1' }

s.description = 'It is similar in concept to other popular logging frameworks such as log4j, ' \
'yet is designed specifically for objective-c, and takes advantage of features ' \
Expand Down

4 comments on commit b5fbf2d

@orta
Copy link
Contributor

@orta orta commented on b5fbf2d Apr 2, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't have the tag for 1.6.1 pushed! git push --tags

@alak
Copy link

@alak alak commented on b5fbf2d Apr 2, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@robbiehanson
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. Fixed.

@robbiehanson
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also added 1.6.2

Please sign in to comment.