Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-sobczyk committed Jun 26, 2020
1 parent 553f651 commit ba4d111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DBDebugToolkit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ The setup with a separate target for App Store releases will help you prevent se

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

Expand Down

0 comments on commit ba4d111

Please sign in to comment.