Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rivera-ernesto committed Jun 9, 2017
1 parent 3462d27 commit 7826a6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LumberjackConsole.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "LumberjackConsole"
s.version = "2.4.3"
s.version = "3.0.0"
s.summary = "On-device CocoaLumberjack console with support for search, adjust levels, copying and more."
s.homepage = "http://ptez.github.io/LumberjackConsole"

Expand All @@ -17,8 +17,8 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.preserve_paths = "README.md", "NOTICE"

s.dependency 'NBUCore', '>= 2.0.3'
s.dependency 'CocoaLumberjack', '>= 2.0.0'
s.dependency 'NBUCore', '>= 2.0.5'
s.dependency 'CocoaLumberjack', '>= 3.x'

s.source_files = 'Source/*.{h,m}'
s.resources = 'Source/*.{storyboard}'
Expand Down

0 comments on commit 7826a6c

Please sign in to comment.