File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
DBDebugToolkit/Classes/Network Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'DBDebugToolkit'
11- s . version = '0.5.0 '
11+ s . version = '0.5.1 '
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.
Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ - (void)setLoggingEnabled:(BOOL)loggingEnabled {
7878
7979- (void )resetLoggedData {
8080 [self .operationQueue addOperationWithBlock: ^{
81- _requests = [NSMutableArray array ];
82- _runningRequestsModels = [NSMapTable strongToWeakObjectsMapTable ];
81+ self-> _requests = [NSMutableArray array ];
82+ self-> _runningRequestsModels = [NSMapTable strongToWeakObjectsMapTable ];
8383 [self removeOldSavedRequests ];
8484 }];
8585}
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ The setup with a separate target for App Store releases will help you prevent se
191191
192192To integrate DBDebugToolkit into your Xcode project using Carthage, specify it in your Cartfile:
193193``` ruby
194- github " dbukowski/DBDebugToolkit" ~ > 0.5 .0
194+ github " dbukowski/DBDebugToolkit" ~ > 0.5 .1
195195```
196196Run carthage update to build the framework and drag the built DBDebugToolkit.framework into your Xcode project.
197197
You can’t perform that action at this time.
0 commit comments