Skip to content

Commit 5bf13b7

Browse files
committed
First beta release 0.1.0
1 parent d812de2 commit 5bf13b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SDWebImageLinkPlugin.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImageLinkPlugin'
1111
s.version = '0.1.0'
12-
s.summary = 'A short description of SDWebImageLinkPlugin.'
12+
s.summary = 'A SDWebImage loader plugin, to support load rich link image with LinkPresentation framework'
1313

1414
# This description is used to generate tags and improve search results.
1515
# * Think: What does it do? Why did you write it? What is the focus?
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
# * Finally, don't worry about the indent, CocoaPods strips it!
1919

2020
s.description = <<-DESC
21-
TODO: Add long description of the pod here.
21+
SDWebImageLinkPlugin is a plugin for SDWebImage framework, which provide the image loading support for rich link URL, by using the Link Presentation framework introduced in iOS 13/macOS 10.15.
2222
DESC
2323

2424
s.homepage = 'https://github.com/SDWebImage/SDWebImageLinkPlugin'

SDWebImageLinkPlugin/Module/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>0.1.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)