Skip to content

Commit

Permalink
Release 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbukowski committed Jun 29, 2018
1 parent f58aa04 commit ef9d639
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.4.0'
s.version = '0.5.0'
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 @@ -191,7 +191,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.4.0
github "dbukowski/DBDebugToolkit" ~> 0.5.0
```
Run carthage update to build the framework and drag the built DBDebugToolkit.framework into your Xcode project.

Expand Down

0 comments on commit ef9d639

Please sign in to comment.