Skip to content

Commit 2311430

Browse files
author
pixel-ink
committed
relase
1 parent a7ccc55 commit 2311430

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.3.1"
4+
s.version = "1.0.0"
55
s.summary = "An asynchronous image downloader, with memory + disk caching."
66
s.homepage = "https://github.com/pixel-ink/PIImageCache"
77
s.license = { :type => "MIT", :file => "LICENSE" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- add PIImageCache.swift into your project
2929
- add PIImageCacheExtensions.swift into your project
3030
- cocoapods
31-
- add " pod 'PIImageCache', '0.3.1' " into your Podfile
31+
- add " pod 'PIImageCache', '1.0.0' " into your Podfile
3232
- add " import PIImageCache " into your code
3333

3434
### step2

0 commit comments

Comments
 (0)