File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'DeviceKit'
3- s . version = '5.2.4 '
3+ s . version = '5.3.0 '
44 s . summary = 'DeviceKit is a µ-framework that provides a value-type replacement of UIDevice.'
55
66 s . description = <<-DESC
Original file line number Diff line number Diff line change 384384 "@executable_path/Frameworks",
385385 "@loader_path/Frameworks",
386386 );
387- MARKETING_VERSION = 5.2.4 ;
387+ MARKETING_VERSION = 5.3.0 ;
388388 MERGEABLE_LIBRARY = YES;
389389 MTL_ENABLE_DEBUG_INFO = YES;
390390 PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit;
444444 "@executable_path/Frameworks",
445445 "@loader_path/Frameworks",
446446 );
447- MARKETING_VERSION = 5.2.4 ;
447+ MARKETING_VERSION = 5.3.0 ;
448448 MERGEABLE_LIBRARY = YES;
449449 MTL_ENABLE_DEBUG_INFO = NO;
450450 PRODUCT_BUNDLE_IDENTIFIER = me.dennisweissmann.DeviceKit;
Original file line number Diff line number Diff line change 1818
1919` DeviceKit ` is a value-type replacement of [ ` UIDevice ` ] ( https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/ ) .
2020
21- ## Current version 5.2.4
21+ ## Current version 5.3.0
2222See our detailed [ changelog] ( CHANGELOG.md ) for the latest features, improvements and bug fixes.
2323
2424## Features
You can’t perform that action at this time.
0 commit comments