Skip to content

Commit ba4d111

Browse files
Release 0.5.2
1 parent 553f651 commit ba4d111

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DBDebugToolkit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'DBDebugToolkit'
11-
s.version = '0.5.1'
11+
s.version = '0.5.2'
1212
s.summary = 'Set of easy to use debugging tools for iOS developers & QA engineers.'
1313

1414
# This description is used to generate tags and improve search results.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ The setup with a separate target for App Store releases will help you prevent se
190190

191191
To integrate DBDebugToolkit into your Xcode project using Carthage, specify it in your Cartfile:
192192
```ruby
193-
github "dbukowski/DBDebugToolkit" ~> 0.5.1
193+
github "dbukowski/DBDebugToolkit" ~> 0.5.2
194194
```
195195
Run carthage update to build the framework and drag the built DBDebugToolkit.framework into your Xcode project.
196196

0 commit comments

Comments
 (0)