This repository was archived by the owner on Jun 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11PODS:
2- - WPMediaPicker (1.7.1-beta.1 )
2+ - WPMediaPicker (1.7.2 )
33
44DEPENDENCIES:
55 - WPMediaPicker (from `../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99 :path: "../"
1010
1111SPEC CHECKSUMS:
12- WPMediaPicker: 1b770d4d4f14fbfb7c421c53c761a521fc23bf12
12+ WPMediaPicker: d5ae9a83cd5cc0e4de46bfc1c59120aa86658bc3
1313
1414PODFILE CHECKSUM: 6b0e391139d3864c72fde997a1418dbfe9bf5126
1515
16- COCOAPODS: 1.8.4
16+ COCOAPODS: 1.9.3
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ - (void)loadGroupsWithSuccess:(WPMediaSuccessBlock)successBlock
229229 dispatchQueue: self .imageGenerationQueue]];
230230 }
231231 self.cachedCollections = newCachedAssetCollection;
232- if (self.assetsCollections . count > 0 ){
232+ if (self.assetsCollections != nil ){
233233 if (!self.activeAssetsCollection || [self .assetsCollections indexOfObject: self .activeAssetsCollection] == NSNotFound ) {
234234 self.activeAssetsCollection = [self .assetsCollections firstObject ];
235235 }
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "WPMediaPicker"
3- s . version = "1.7.1 "
3+ s . version = "1.7.2 "
44 s . summary = "WPMediaPicker is an iOS controller that allows capture and picking of media assets."
55 s . description = <<-DESC
66 WPMediaPicker is an iOS controller that allows capture and picking of media assets.
You can’t perform that action at this time.
0 commit comments