File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "BSImagePicker"
3
- s . version = "3.3.0 "
3
+ s . version = "3.3.1 "
4
4
s . summary = "BSImagePicker is a multiple image picker for iOS. UIImagePickerController replacement"
5
5
s . description = <<-DESC
6
6
A multiple image picker.
Original file line number Diff line number Diff line change 660
660
"@executable_path/Frameworks",
661
661
"@loader_path/Frameworks",
662
662
);
663
- MARKETING_VERSION = 3.3.0 ;
663
+ MARKETING_VERSION = 3.3.1 ;
664
664
PRODUCT_BUNDLE_IDENTIFIER = se.backslashed.BSImagePicker;
665
665
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
666
666
PROVISIONING_PROFILE_SPECIFIER = "";
691
691
"@executable_path/Frameworks",
692
692
"@loader_path/Frameworks",
693
693
);
694
- MARKETING_VERSION = 3.3.0 ;
694
+ MARKETING_VERSION = 3.3.1 ;
695
695
PRODUCT_BUNDLE_IDENTIFIER = se.backslashed.BSImagePicker;
696
696
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
697
697
PROVISIONING_PROFILE_SPECIFIER = "";
You can’t perform that action at this time.
0 commit comments