Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Burczyk committed Sep 9, 2014
1 parent e45197a commit 64640fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UIForLumberjack.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "UIForLumberjack"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "iOS UI library to display CocoaLumberjack logs on iOS device"

s.description = <<-DESC
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Kamil Burczyk" => "kamil.burczyk@gmail.com" }
s.platform = :ios, '6.0'
s.source = { :git => "https://github.com/burczyk/UIForLumberjack.git", :tag => "1.0.1" }
s.source = { :git => "https://github.com/burczyk/UIForLumberjack.git", :tag => "1.0.2" }
s.source_files = 'UIForLumberjack', 'UIForLumberjack/**/*.{h,m}'
s.exclude_files = 'UIForLumberjackExample'
s.frameworks = 'UIKit', 'Foundation'
Expand Down

0 comments on commit 64640fb

Please sign in to comment.