Skip to content

Commit

Permalink
Bumps 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tapwork committed Mar 6, 2016
1 parent e5cb08f commit 2cf0c85
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- WatchdogInspector (0.1.0):
- WatchdogInspector (0.2.0):
- YourStatusBar (~> 1.0.0)
- YourStatusBar (1.0.1)

Expand All @@ -8,10 +8,10 @@ DEPENDENCIES:

EXTERNAL SOURCES:
WatchdogInspector:
:path: ../WatchdogInspector.podspec
:path: "../WatchdogInspector.podspec"

SPEC CHECKSUMS:
WatchdogInspector: 165a595625cec274c204aabe4030560dc0cdd314
WatchdogInspector: 80e8aaebab41979a4bee84ac5b687d2dd5206f67
YourStatusBar: 8fe2e308865c97018565e57da6dab1a17d4fdf25

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

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

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

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.

4 changes: 2 additions & 2 deletions SwiftExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- WatchdogInspector (0.1.0):
- WatchdogInspector (0.2.0):
- YourStatusBar (~> 1.0.0)
- YourStatusBar (1.0.1)

Expand All @@ -11,7 +11,7 @@ EXTERNAL SOURCES:
:path: "../WatchdogInspector.podspec"

SPEC CHECKSUMS:
WatchdogInspector: f49c3ca9575c7b0abbca9479df0011eb77d1292f
WatchdogInspector: 80e8aaebab41979a4bee84ac5b687d2dd5206f67
YourStatusBar: 8fe2e308865c97018565e57da6dab1a17d4fdf25

COCOAPODS: 0.39.0
10 changes: 5 additions & 5 deletions SwiftExample/Pods/Local Podspecs/WatchdogInspector.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 SwiftExample/Pods/Manifest.lock

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.

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

2 changes: 1 addition & 1 deletion WatchdogInspector.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WatchdogInspector'
s.version = '0.1.0'
s.version = '0.2.0'
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'Shows the current framerate (fps) in the status bar of your iOS app'
s.description = 'WatchdogInspector displays the current framerate of your iOS app in the device\'s status bar. Whenever your framerate drops your status bar will get red. If everything is fine your status bar is happy and is green. To detect unwanted main thread stalls you can set a custom watchdog timeout.'
Expand Down

0 comments on commit 2cf0c85

Please sign in to comment.