Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yourtion committed Feb 4, 2015
1 parent 44ead07 commit bfd4863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.6.1"
s.version = "0.6.2"
s.summary = "Save NSLog() to file and send email to developer."

s.description = <<-DESC
Expand All @@ -19,8 +19,8 @@ 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.6.1" }
s.source_files = "SuperLogger"
s.source = { :git => "https://github.com/yourtion/SuperLogger.git", :tag => "0.6.2" }
s.source_files = "SuperLogger"2
s.ios.resource_bundle = { 'SuperLogger' => 'SuperLogger/Resources/*' }
s.frameworks = "Foundation", "UIKit", "MessageUI"
s.requires_arc = true
Expand Down

0 comments on commit bfd4863

Please sign in to comment.