diff --git a/Podfile b/Podfile index d316dea..5d0a437 100644 --- a/Podfile +++ b/Podfile @@ -5,7 +5,7 @@ target 'PhotoCollectionView' do # Comment the next line if you're not using Swift and don't want to use dynamic frameworks use_frameworks! - pod 'SwiftyImageCache', '~> 1.2.1’ + pod 'SwiftyImageCache', '~> 1.2.2’ end @@ -13,6 +13,6 @@ target 'PhotoCollectionViewDemo' do use_frameworks! - pod 'SwiftyImageCache', '~> 1.2.1’ + pod 'SwiftyImageCache', '~> 1.2.2’ end diff --git a/Podfile.lock b/Podfile.lock index 20071d3..7cfcc04 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,12 +1,12 @@ PODS: - - SwiftyImageCache (1.2.1) + - SwiftyImageCache (1.2.2) DEPENDENCIES: - - SwiftyImageCache (~> 1.2.1) + - SwiftyImageCache (~> 1.2.2) SPEC CHECKSUMS: - SwiftyImageCache: 4c076f1f34503867fce19e7ff2c142f284ad67c3 + SwiftyImageCache: 948188de37a1d637f6970c20bc526dd8f7fb7346 -PODFILE CHECKSUM: 395f7b683656c4f64577a7e45b0b721399dfae4a +PODFILE CHECKSUM: 7cdea2d05b8f1b1bc6c384595b010d32e5358b15 COCOAPODS: 1.3.1