File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ Pod ::Spec . new do |s |
2
+
3
+ s . name = "CachedAsyncImage"
4
+ s . version = "2.1.2"
5
+ s . summary = "CachedAsyncImage is the simplest way to add cache to your AsyncImage."
6
+
7
+ s . description = <<-DESC
8
+ CachedAsyncImage is the simplest way to add cache to your AsyncImage.
9
+ DESC
10
+
11
+ s . homepage = "https://github.com/GannettDigital/swiftui-cached-async-image"
12
+ s . license = { :type => "MIT" , :file => "LICENSE" }
13
+ s . author = { "Lorenzo Fiamingo" => "https://github.com/lorenzofiamingo" }
14
+
15
+ s . ios . deployment_target = "13.0"
16
+ s . tvos . deployment_target = "13.0"
17
+ s . osx . deployment_target = "10.15"
18
+ s . watchos . deployment_target = "6.0"
19
+
20
+ s . source = { :git => "https://github.com/GannettDigital/swiftui-cached-async-image.git" , :tag => "#{ s . version } " }
21
+
22
+ s . source_files = "Sources/**/*"
23
+
24
+ end
You can’t perform that action at this time.
0 commit comments