File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'BlocksKit'
3
- s . version = '1.8.0 '
3
+ s . version = '1.8.1 '
4
4
s . license = 'MIT'
5
5
s . summary = 'The Objective-C block utilities you always wish you had.'
6
6
s . homepage = 'https://github.com/pandamonia/BlocksKit'
Original file line number Diff line number Diff line change 1286
1286
COPY_PHASE_STRIP = NO;
1287
1287
DEAD_CODE_STRIPPING = NO;
1288
1288
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 ;
1291
1291
GCC_C_LANGUAGE_STANDARD = gnu99;
1292
1292
GCC_DYNAMIC_NO_PIC = YES;
1293
1293
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
1334
1334
COPY_PHASE_STRIP = NO;
1335
1335
DEAD_CODE_STRIPPING = NO;
1336
1336
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 ;
1339
1339
GCC_C_LANGUAGE_STANDARD = gnu99;
1340
1340
GCC_DYNAMIC_NO_PIC = YES;
1341
1341
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
You can’t perform that action at this time.
0 commit comments