Skip to content

Commit

Permalink
use newer PINCache to avoid runtime error
Browse files Browse the repository at this point in the history
Older PINCache causes runtime erorr sometimes.
To avoid this problem, set version of PINCache.

refs: TextureGroup/Texture#769
  • Loading branch information
fumito-ito committed Apr 4, 2018
1 parent 1050653 commit 0ea5753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

github "RxSwiftCommunity/RxDataSources"
github "texturegroup/texture"
github "pinterest/PINCache" "3.0.1-beta.6"
1 change: 1 addition & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ github "pinterest/PINCache" "3.0.1-beta.5"
github "pinterest/PINOperation" "1.0.3"
github "pinterest/PINRemoteImage" "3.0.0-beta.12"
github "texturegroup/texture" "2.5.1"
github "pinterest/PINCache" "3.0.1-beta.6"

0 comments on commit 0ea5753

Please sign in to comment.