Skip to content

Commit

Permalink
Bumps version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tapwork committed Aug 10, 2016
1 parent 8a3ee73 commit daf9fbb
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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:
- WatchdogInspector (0.3)
- WatchdogInspector (1.0.0)

DEPENDENCIES:
- WatchdogInspector (from `../WatchdogInspector.podspec`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../WatchdogInspector.podspec"

SPEC CHECKSUMS:
WatchdogInspector: cc6d13cd9e30882765c25c870b1d18e6b354702b
WatchdogInspector: 01bc3a992c2602c3090d0ae29e8ff284049515ca

PODFILE CHECKSUM: 55ef95b439be241cf7a60adba3342184c4da106a

Expand Down
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.

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.

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.3)
- WatchdogInspector (1.0.0)

DEPENDENCIES:
- WatchdogInspector (from `../WatchdogInspector.podspec`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../WatchdogInspector.podspec"

SPEC CHECKSUMS:
WatchdogInspector: cc6d13cd9e30882765c25c870b1d18e6b354702b
WatchdogInspector: 01bc3a992c2602c3090d0ae29e8ff284049515ca

PODFILE CHECKSUM: 872044a544b757f0c59ed491aa38ceeb179627fe

Expand Down

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.3'
s.version = '1.0.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 daf9fbb

Please sign in to comment.