We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ccc55 commit 2311430Copy full SHA for 2311430
2 files changed
PIImageCache.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "PIImageCache"
4
- s.version = "0.3.1"
+ s.version = "1.0.0"
5
s.summary = "An asynchronous image downloader, with memory + disk caching."
6
s.homepage = "https://github.com/pixel-ink/PIImageCache"
7
s.license = { :type => "MIT", :file => "LICENSE" }
README.md
@@ -28,7 +28,7 @@
28
- add PIImageCache.swift into your project
29
- add PIImageCacheExtensions.swift into your project
30
- cocoapods
31
- - add " pod 'PIImageCache', '0.3.1' " into your Podfile
+ - add " pod 'PIImageCache', '1.0.0' " into your Podfile
32
- add " import PIImageCache " into your code
33
34
### step2
0 commit comments