Skip to content

Commit e699406

Browse files
author
pixel-ink
committed
pod verを0.3.1へ
1 parent e00d8ea commit e699406

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

PIImageCache.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "PIImageCache"
4-
s.version = "0.2.1"
4+
s.version = "0.3.1"
55
s.summary = "Ripple Effect for iOS (swift)"
66
s.homepage = "https://github.com/pixel-ink/PIImageCache"
77
s.license = { :type => "MIT", :file => "LICENSE" }

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11

2-
# not stable.
3-
4-
---
5-
62
# PIImageCache
73

84
### NSURL -> UIImage with cache (swift)
@@ -22,7 +18,7 @@
2218
- add PIImageCache.swift into your project
2319
- add PIImageCacheExtensions.swift into your project
2420
- cocoapods
25-
- add " pod 'PIImageCache', '0.2.1' " into your Podfile
21+
- add " pod 'PIImageCache', '0.3.1' " into your Podfile
2622
- add " import PIImageCache " into your code
2723

2824
### step2
@@ -102,4 +98,4 @@ let image = cache.get(url)!
10298
- diskCacheExpireMinutes = 24 * 60 // 1 day
10399
- prefetchOprationCount = 5
104100
- cacheRootDirectory = NSTemporaryDirectory()
105-
- cacheFolderName = "PIImageCache"
101+
- cacheFolderName = "PIImageCache"

0 commit comments

Comments
 (0)