Skip to content

Commit d13479c

Browse files
authored
Merge pull request #1 from GannettDigital/andrew/podspec
Added podspec
2 parents 4f111f2 + a12861c commit d13479c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CachedAsyncImage.podspec

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

0 commit comments

Comments
 (0)