-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from noblakit01/feature_remove_photo_cache
Feature remove photo cache
- Loading branch information
Showing
8 changed files
with
183 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
platform :ios, '8.0' | ||
|
||
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.0' | ||
|
||
end | ||
|
||
target 'PhotoCollectionViewDemo' do | ||
|
||
use_frameworks! | ||
|
||
pod 'SwiftyImageCache', '~> 1.0' | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
PODS: | ||
- SwiftyImageCache (1.0) | ||
|
||
DEPENDENCIES: | ||
- SwiftyImageCache (~> 1.0) | ||
|
||
SPEC CHECKSUMS: | ||
SwiftyImageCache: ff7e6fe1c25ecf1c8da0ec03042465011d83a43b | ||
|
||
PODFILE CHECKSUM: ee4e7baf314733488bb31f6f17189c62641ca799 | ||
|
||
COCOAPODS: 1.2.1 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.