File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'BlocksKit'
3- s . version = '1.8.0 '
3+ s . version = '1.8.1 '
44 s . license = 'MIT'
55 s . summary = 'The Objective-C block utilities you always wish you had.'
66 s . homepage = 'https://github.com/pandamonia/BlocksKit'
Original file line number Diff line number Diff line change 12861286 COPY_PHASE_STRIP = NO;
12871287 DEAD_CODE_STRIPPING = NO;
12881288 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1289- DYLIB_COMPATIBILITY_VERSION = 1.5 ;
1290- DYLIB_CURRENT_VERSION = 1.5.2 ;
1289+ DYLIB_COMPATIBILITY_VERSION = 1.8 ;
1290+ DYLIB_CURRENT_VERSION = 1.8.1 ;
12911291 GCC_C_LANGUAGE_STANDARD = gnu99;
12921292 GCC_DYNAMIC_NO_PIC = YES;
12931293 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
13341334 COPY_PHASE_STRIP = NO;
13351335 DEAD_CODE_STRIPPING = NO;
13361336 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1337- DYLIB_COMPATIBILITY_VERSION = 1.5 ;
1338- DYLIB_CURRENT_VERSION = 1.5.2 ;
1337+ DYLIB_COMPATIBILITY_VERSION = 1.8 ;
1338+ DYLIB_CURRENT_VERSION = 1.8.1 ;
13391339 GCC_C_LANGUAGE_STANDARD = gnu99;
13401340 GCC_DYNAMIC_NO_PIC = YES;
13411341 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
You can’t perform that action at this time.
0 commit comments