Skip to content

Commit

Permalink
Release 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yourtion committed Feb 5, 2015
1 parent 7c436bd commit 337fc83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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.6.6"
s.version = "0.6.7"
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.6.6" }
s.source = { :git => "https://github.com/yourtion/SuperLogger.git", :tag => "0.6.7" }
s.source_files = "SuperLogger"
s.resources = ["SuperLogger/Resources/**/*.bundle"]
s.frameworks = "Foundation", "UIKit", "MessageUI"
Expand Down
2 changes: 0 additions & 2 deletions SuperLoggerDemo/SuperLoggerDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
CBF026121A49AB8100F28BC0 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
CBF026151A49AB8100F28BC0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
CBF026201A49AB8100F28BC0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
CBF026211A49AB8100F28BC0 /* SuperLoggerDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SuperLoggerDemoTests.m; sourceTree = "<group>"; };
CBF0262C1A49ABC000F28BC0 /* SuperLogerListView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SuperLogerListView.h; sourceTree = "<group>"; };
CBF0262D1A49ABC000F28BC0 /* SuperLogerListView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SuperLogerListView.m; sourceTree = "<group>"; };
CBF0262E1A49ABC000F28BC0 /* SuperLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SuperLogger.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -100,7 +99,6 @@
CBF0261E1A49AB8100F28BC0 /* SuperLoggerDemoTests */ = {
isa = PBXGroup;
children = (
CBF026211A49AB8100F28BC0 /* SuperLoggerDemoTests.m */,
CBF0261F1A49AB8100F28BC0 /* Supporting Files */,
);
path = SuperLoggerDemoTests;
Expand Down

0 comments on commit 337fc83

Please sign in to comment.