Skip to content

Commit

Permalink
push new version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kostiakoval committed Nov 2, 2015
1 parent 4249529 commit 0807dfa
Show file tree
Hide file tree
Showing 9 changed files with 82 additions and 100 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- SpeedLog (0.1.1)
- SpeedLog (0.1.2)

DEPENDENCIES:
- SpeedLog (from `../`)
Expand All @@ -9,6 +9,6 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
SpeedLog: daf9b8613b3297ef9ecfb858b434f22890070f13
SpeedLog: b15c37e70091ef4f504991551ffe962c1031462d

COCOAPODS: 0.39.0
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/SpeedLog.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions Example/Pods/Target Support Files/Pods-SpeedLog_Example/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions Example/Pods/Target Support Files/Pods-SpeedLog_Tests/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions Example/Pods/Target Support Files/SpeedLog/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SpeedLog.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SpeedLog"
s.version = "0.1.1"
s.version = "0.1.2"
s.summary = "SpeedLog - Swift fast debug logs, improves code optimization"
s.description = <<-DESC
SpeedLog can be easily disabled and removed for the release build.
Expand Down

0 comments on commit 0807dfa

Please sign in to comment.