File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
BatchFirebaseDispatcher.xcodeproj Expand file tree Collapse file tree 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 = 'BatchFirebaseDispatcher'
3
- s . version = '3.1 .0'
3
+ s . version = '3.2 .0'
4
4
s . summary = 'Batch.com Events Dispatcher Firebase implementation.'
5
5
6
6
s . description = <<-DESC
Original file line number Diff line number Diff line change 409
409
buildSettings = {
410
410
CODE_SIGN_IDENTITY = "Apple Development";
411
411
CODE_SIGN_STYLE = Automatic;
412
- CURRENT_PROJECT_VERSION = 4 ;
412
+ CURRENT_PROJECT_VERSION = 5 ;
413
413
DEFINES_MODULE = YES;
414
414
DEVELOPMENT_TEAM = U5K2ETC2Y6;
415
415
DYLIB_COMPATIBILITY_VERSION = 1;
428
428
"@loader_path/Frameworks",
429
429
);
430
430
MACH_O_TYPE = staticlib;
431
- MARKETING_VERSION = 3.1 .0;
431
+ MARKETING_VERSION = 3.2 .0;
432
432
PRODUCT_BUNDLE_IDENTIFIER = com.batch.ios.BatchFirebaseDispatcher;
433
433
PRODUCT_NAME = BatchFirebaseDispatcher;
434
434
SKIP_INSTALL = YES;
441
441
buildSettings = {
442
442
CODE_SIGN_IDENTITY = "Apple Development";
443
443
CODE_SIGN_STYLE = Automatic;
444
- CURRENT_PROJECT_VERSION = 4 ;
444
+ CURRENT_PROJECT_VERSION = 5 ;
445
445
DEFINES_MODULE = YES;
446
446
DEVELOPMENT_TEAM = U5K2ETC2Y6;
447
447
DYLIB_COMPATIBILITY_VERSION = 1;
460
460
"@loader_path/Frameworks",
461
461
);
462
462
MACH_O_TYPE = staticlib;
463
- MARKETING_VERSION = 3.1 .0;
463
+ MARKETING_VERSION = 3.2 .0;
464
464
PRODUCT_BUNDLE_IDENTIFIER = com.batch.ios.BatchFirebaseDispatcher;
465
465
PRODUCT_NAME = BatchFirebaseDispatcher;
466
466
SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments