Skip to content

Commit

Permalink
Updating podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiehanson committed Dec 23, 2011
1 parent f77e33f commit dbd06c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CocoaLumberjack.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'CocoaLumberjack'
s.version = '1.2.1'
s.version = '1.3.1'
s.license = 'BSD'
s.summary = 'A fast & simple, yet powerful & flexible logging framework for Mac and iOS.'
s.homepage = 'http://code.google.com/p/cocoalumberjack/'
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.2.1' }
:tag => '1.3.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

0 comments on commit dbd06c2

Please sign in to comment.