Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yourtion committed Dec 25, 2014
1 parent 5ca3ab3 commit 6870d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SuperLogger.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SuperLogger"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "Save NSLog() to file and send email to developer."

s.description = <<-DESC
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.license = "Apache License, Version 2.0"
s.author = { "Yourtion" => "yourtion@gmail.com" }
s.platform = :ios
s.source = { :git => "https://github.com/yourtion/SuperLogger.git", :tag => "0.4.0" }
s.source = { :git => "https://github.com/yourtion/SuperLogger.git", :tag => "0.5.0" }
s.source_files = "SuperLogger"
s.frameworks = "Foundation", "UIKit", "MessageUI"
s.requires_arc = true
Expand Down

0 comments on commit 6870d22

Please sign in to comment.