From 64640fbb6a4640dcea809177aa6680fb8ae8bcec Mon Sep 17 00:00:00 2001 From: Kamil Burczyk Date: Tue, 9 Sep 2014 12:53:58 +0200 Subject: [PATCH] Updated podspec --- UIForLumberjack.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UIForLumberjack.podspec b/UIForLumberjack.podspec index 198ab3a..312e8dc 100644 --- a/UIForLumberjack.podspec +++ b/UIForLumberjack.podspec @@ -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 @@ -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'