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 = 'YPImagePicker'
3
- s . version = "5.1 .1"
3
+ s . version = "5.2 .1"
4
4
s . summary = "Instagram-like image picker & filters for iOS"
5
5
s . homepage = "https://github.com/Yummypets/YPImagePicker"
6
6
s . license = { :type => "MIT" , :file => "LICENSE" }
Original file line number Diff line number Diff line change 1241
1241
"@executable_path/Frameworks",
1242
1242
"@loader_path/Frameworks",
1243
1243
);
1244
- MARKETING_VERSION = 5.1 .1;
1244
+ MARKETING_VERSION = 5.2 .1;
1245
1245
ONLY_ACTIVE_ARCH = YES;
1246
1246
PRODUCT_BUNDLE_IDENTIFIER = com.yummypets.YPImagePicker;
1247
1247
PRODUCT_NAME = "$(TARGET_NAME)";
1278
1278
"@executable_path/Frameworks",
1279
1279
"@loader_path/Frameworks",
1280
1280
);
1281
- MARKETING_VERSION = 5.1 .1;
1281
+ MARKETING_VERSION = 5.2 .1;
1282
1282
ONLY_ACTIVE_ARCH = NO;
1283
1283
PRODUCT_BUNDLE_IDENTIFIER = com.yummypets.YPImagePicker;
1284
1284
PRODUCT_NAME = "$(TARGET_NAME)";
You can’t perform that action at this time.
0 commit comments