We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e0a3c commit 8d0f2bfCopy full SHA for 8d0f2bf
SDWebImageSVGCoder.podspec
@@ -8,8 +8,8 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'SDWebImageSVGCoder'
11
- s.version = '0.3.0'
12
- s.summary = 'A SVG coder plugin for SDWebImage, using SVGKit.'
+ s.version = '1.0.0'
+ s.summary = 'A SVG coder plugin for SDWebImage, using Apple built-in framework'
13
14
# This description is used to generate tags and improve search results.
15
# * Think: What does it do? Why did you write it? What is the focus?
SDWebImageSVGCoder/Module/Info.plist
@@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>0.3.0</string>
+ <string>1.0.0</string>
19
<key>CFBundleVersion</key>
20
21
</dict>
22
</plist>
0 commit comments