Skip to content

Commit

Permalink
Merge pull request #15 from noblakit01/fixbug_demo_project
Browse files Browse the repository at this point in the history
Fixbug demo project
  • Loading branch information
noblakit01 authored Dec 29, 2017
2 parents f5d65dc + 7bc450b commit 0dc3303
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ 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
target 'PhotoCollectionViewDemo' do
use_frameworks!
pod 'SwiftyImageCache', '~> 1.2.1
pod 'SwiftyImageCache', '~> 1.2.2

end
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0dc3303

Please sign in to comment.