We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42dd1e0 commit faaf4f9Copy full SHA for faaf4f9
CodableCache.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "CodableCache"
3
- s.version = "0.2.1"
+ s.version = "0.2.2"
4
s.summary = "A memory and disk based cache backed by the Swift 4 Codable protocol."
5
s.description = <<-DESC
6
What is Codable Cache? It's a framework that allows for seamless memory caching and disk persistence of your plain old Swift structs.
0 commit comments